summaryrefslogtreecommitdiff
path: root/polly/lib/External/isl/isl_set_to_ast_graft_list.h
blob: cca3cbb5c480a25ed4341f9d14bbbd941e66e66a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
#ifndef ISL_SET_TO_GRAFT_LIST_H
#define ISL_SET_TO_GRAFT_LIST_H

#include <isl/set_type.h>
#include "isl_ast_graft_private.h"
#include "isl_maybe_ast_graft_list.h"

#define ISL_KEY			isl_set
#define ISL_VAL			isl_ast_graft_list
#define ISL_HMAP_SUFFIX		set_to_ast_graft_list
#define ISL_HMAP		isl_set_to_ast_graft_list
#define ISL_HMAP_HAVE_READ_FROM_STR
#define ISL_HMAP_IS_EQUAL	isl_set_to_ast_graft_list_plain_is_equal
#include <isl/hmap.h>
#undef ISL_KEY
#undef ISL_VAL
#undef ISL_HMAP_SUFFIX
#undef ISL_HMAP
#undef ISL_HMAP_HAVE_READ_FROM_STR
#undef ISL_HMAP_IS_EQUAL

#endif