repo.or.cz
/
cloog.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
First commit : 0.14.0 version (with roadmap in doc instead of
[cloog.git]
/
test
/
test.c
blob
446ce2ee7610fd3441dabd47b57438814efe95ff
1
/* Generated by CLooG v0.10.7 */
2
for
(
i
=
1
;
i
<=
2
;
i
++) {
3
for
(
j
=
1
;
j
<=
M
;
j
++) {
4
S1
;
5
}
6
}
7
for
(
i
=
3
;
i
<=
M
-
1
;
i
++) {
8
for
(
j
=
1
;
j
<=
i
-
1
;
j
++) {
9
S1
;
10
}
11
S1
(
j
=
i
) ;
12
S2
(
j
=
i
) ;
13
for
(
j
=
i
+
1
;
j
<=
M
;
j
++) {
14
S1
;
15
}
16
}
17
for
(
j
=
1
;
j
<=
M
-
1
;
j
++) {
18
S1
(
i
=
M
) ;
19
}
20
S1
(
i
=
M
,
j
=
M
) ;
21
S2
(
i
=
M
,
j
=
M
) ;
22
for
(
i
=
M
+
1
;
i
<=
N
;
i
++) {
23
for
(
j
=
1
;
j
<=
M
;
j
++) {
24
S1
;
25
}
26
S2
(
j
=
i
) ;
27
}