repo.or.cz
/
isl.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
add isl_map_list
[isl.git]
/
isl_union_map_private.h
blob
7a502e7bdd5ec981051addd92aa86f54a1ad5841
1
#define isl_union_set isl_union_map
2
#include <isl/union_map.h>
3
#include <isl/union_set.h>
4
5
struct
isl_union_map
{
6
int
ref
;
7
isl_space
*
dim
;
8
9
struct
isl_hash_table table
;
10
};