projects
/
platform
/
upstream
/
isl.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
add isl_constraint_get_dim_name
[platform/upstream/isl.git]
/
isl_union_map_private.h
1
#define isl_union_set isl_union_map
2
#include <isl_union_map.h>
3
4
struct isl_union_map {
5
int ref;
6
isl_dim *dim;
7
8
struct isl_hash_table table;
9
};