repo.or.cz
/
cloog
/
bastoul.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
update isl for isl_basic_set_drop_constraint
[cloog/bastoul.git]
/
test
/
logopar.c
blob
0b2c8f9f4d6219fc0d933c14287d665f94e54012
1
/* Generated from /home/skimo/git/cloog/test/logopar.cloog by CLooG 0.14.0-284-g5c046c9 gmp bits in 0.00s. */
2
for
(
j
=
0
;
j
<=
m
;
j
++) {
3
S1
(
1
,
j
);
4
}
5
for
(
i
=
2
;
i
<=
n
;
i
++) {
6
for
(
j
=
0
;
j
<=
i
-
2
;
j
++) {
7
S2
(
i
,
j
);
8
}
9
for
(
j
=
i
-
1
;
j
<=
n
;
j
++) {
10
S1
(
i
,
j
);
11
S2
(
i
,
j
);
12
}
13
for
(
j
=
n
+
1
;
j
<=
m
;
j
++) {
14
S1
(
i
,
j
);
15
}
16
}
17
for
(
i
=
n
+
1
;
i
<=
m
+
1
;
i
++) {
18
for
(
j
=
i
-
1
;
j
<=
m
;
j
++) {
19
S1
(
i
,
j
);
20
}
21
}