1 #ifndef PET_TREE2SCOP_H
2 #define PET_TREE2SCOP_H
6 #if defined(__cplusplus)
10 struct pet_scop
*pet_scop_from_pet_tree(__isl_take pet_tree
*tree
, int int_size
,
11 struct pet_array
*(*extract_array
)(__isl_keep pet_expr
*iterator
,
12 __isl_keep pet_context
*pc
, void *user
), void *user
,
13 __isl_keep pet_context
*pc
);
15 #if defined(__cplusplus)