• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 #ifndef ISL_SET_TO_GRAFT_LIST_H
2 #define ISL_SET_TO_GRAFT_LIST_H
3 
4 #include <isl/set_type.h>
5 #include "isl_ast_graft_private.h"
6 #include "isl_maybe_ast_graft_list.h"
7 
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
17 
18 #endif
19