repo.or.cz
/
cloog-ppl.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Use simplify_using_context_assign to implement domain_simplify.
[cloog-ppl.git]
/
test
/
rectangle.c.ppl
blob
27026c9da4af7bdae3b373c6294ef4b06b51f31e
1
/* Generated from ./rectangle.cloog by CLooG 0.15 64 bits in 0.00s. */
2
for (c1=0;c1<=2*n;c1++) {
3
for (i=max(c1-n,0);i<=min(c1,n);i++) {
4
j = c1-i ;
5
S1 ;
6
}
7
}