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
isl_union_set_compute_schedule: make preference for large bands configurable
[isl.git]
/
isl_union_map_private.h
blob
2abd4ff9b9793b64f5a987936a0ea089aad3419f
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
};