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
Regenerate config files.
[cloog-ppl.git]
/
test
/
mode.c.polylib
blob
14bd6bfa94aee48e98b1a68afbb1530e5ca3c165
1
/* Generated by CLooG v0.12 in 0.00s. */
2
for (i=0;i<=min(M,N-1);i++) {
3
for (j=0;j<=i;j++) {
4
S1 ;
5
S2 ;
6
}
7
for (j=i+1;j<=N;j++) {
8
S2 ;
9
}
10
}
11
if ((M >= N) && (N >= 0)) {
12
for (j=0;j<=N;j++) {
13
S1(i = N) ;
14
S2(i = N) ;
15
}
16
}
17
if (N >= 0) {
18
for (i=N+1;i<=M;i++) {
19
for (j=0;j<=N;j++) {
20
S1 ;
21
S2 ;
22
}
23
for (j=N+1;j<=i;j++) {
24
S1 ;
25
}
26
}
27
}
28
if (N <= -1) {
29
for (i=0;i<=M;i++) {
30
for (j=0;j<=i;j++) {
31
S1 ;
32
}
33
}
34
}