isl_map_coalesce: avoid ignoring constraints redundant wrt implicit equalities
[isl.git] / isl_set_to_ast_graft_list.h
blobcca3cbb5c480a25ed4341f9d14bbbd941e66e66a
1 #ifndef ISL_SET_TO_GRAFT_LIST_H
2 #define ISL_SET_TO_GRAFT_LIST_H
4 #include <isl/set_type.h>
5 #include "isl_ast_graft_private.h"
6 #include "isl_maybe_ast_graft_list.h"
8 #define ISL_KEY isl_set
9 #define ISL_VAL isl_ast_graft_list
10 #define ISL_HMAP_SUFFIX set_to_ast_graft_list
11 #define ISL_HMAP isl_set_to_ast_graft_list
12 #define ISL_HMAP_HAVE_READ_FROM_STR
13 #define ISL_HMAP_IS_EQUAL isl_set_to_ast_graft_list_plain_is_equal
14 #include <isl/hmap.h>
15 #undef ISL_KEY
16 #undef ISL_VAL
17 #undef ISL_HMAP_SUFFIX
18 #undef ISL_HMAP
19 #undef ISL_HMAP_HAVE_READ_FROM_STR
20 #undef ISL_HMAP_IS_EQUAL
22 #endif