1 | #ifndef ISL_UNION_SET_PRIVATE_H |
---|---|
2 | #define ISL_UNION_SET_PRIVATE_H |
3 | |
4 | #include <isl/union_set.h> |
5 | |
6 | __isl_give isl_union_set *isl_union_set_combined_lineality_space( |
7 | __isl_take isl_union_set *uset); |
8 | __isl_give isl_union_set *isl_union_set_plain_gist( |
9 | __isl_take isl_union_set *uset, __isl_take isl_union_set *context); |
10 | |
11 | #endif |
12 |