isl_basic_map_make_strides_explicit: move down isl_basic_map_get_ctx call
[isl.git] / isl_set_to_ast_graft_list.h
blob862afaab2c45be298aa3d019d2a3c77cd44ff12f
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 #include <isl/hmap.h>
13 #undef ISL_KEY
14 #undef ISL_VAL
15 #undef ISL_HMAP_SUFFIX
16 #undef ISL_HMAP
18 #endif