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
/
emploi.c.ppl
blob
616965eafc72143a4108de87405186130a3fc4a0
1
/* Generated from ./emploi.cloog by CLooG 0.15 64 bits in 0.02s. */
2
if (m >= 1) {
3
for (i=1;i<=n;i++) {
4
if (i <= 2*m) {
5
S1 ;
6
}
7
if (i >= max(2*m+1,m)) {
8
S1 ;
9
}
10
for (j=1;j<=m;j++) {
11
S2 ;
12
}
13
}
14
}
15
if (m <= 0) {
16
for (i=1;i<=n;i++) {
17
S1 ;
18
}
19
}