hide isl_map_add_basic_map
[isl.git] / isl_union_map_private.h
blob5cd27838548e712b81958d2eab80c285de6dc5f9
1 #define isl_union_set_list isl_union_map_list
2 #define isl_union_set isl_union_map
3 #include <isl/union_map.h>
4 #include <isl/union_set.h>
6 struct isl_union_map {
7 int ref;
8 isl_space *dim;
10 struct isl_hash_table table;
13 __isl_give isl_union_map *isl_union_map_reset_range_space(
14 __isl_take isl_union_map *umap, __isl_take isl_space *space);