repo.or.cz
/
isl.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
isl_aff_gist: add missing isl_vec_cow
[isl.git]
/
test_inputs
/
codegen
/
cloog
/
constbound.c
blob
219165dc8c922bb7e23f119ff5e8f533114e870a
1
for
(
int
c0
=
0
;
c0
<=
199
;
c0
+=
1
) {
2
for
(
int
c2
=
50
*
c0
;
c2
<=
50
*
c0
+
24
;
c2
+=
1
)
3
for
(
int
c3
=
0
;
c3
<=
c2
;
c3
+=
1
)
4
S1
(
c0
,
c2
,
c3
);
5
for
(
int
c2
=
50
*
c0
+
25
;
c2
<=
50
*
c0
+
49
;
c2
+=
1
)
6
for
(
int
c3
=
0
;
c3
<=
c2
;
c3
+=
1
)
7
S2
(
c0
,
c2
,
c3
);
8
}