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
Add isl and cloog-isl CMake modules (for CMake find_package function)
[cloog.git]
/
test
/
emploi.c
blob
1716721e90b00fbd3a538f856d4280984cfc52ea
1
/* Generated from ../../../git/cloog/test/emploi.cloog by CLooG 0.14.0-245-gd8c1718 gmp bits in 0.01s. */
2
if
(
n
>=
1
) {
3
if
(
m
>=
1
) {
4
for
(
i
=
1
;
i
<=
n
;
i
++) {
5
S1
(
i
);
6
for
(
j
=
1
;
j
<=
m
;
j
++) {
7
S2
(
i
,
j
);
8
}
9
}
10
}
11
if
(
m
<=
0
) {
12
for
(
i
=
1
;
i
<=
n
;
i
++) {
13
S1
(
i
);
14
}
15
}
16
}