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
/
min-2-1.c
blob
bf5c9a71176e0bce6a73111ac93d3c47b375be46
1
for
(
int
c0
=
1
;
c0
<=
N
;
c0
+=
1
)
2
for
(
int
c1
=
0
;
c1
<=
min
(
min
(
N
-
c0
,
c0
),
M
);
c1
+=
1
)
3
for
(
int
c2
=
0
;
c2
<=
min
(
min
(
M
,
N
-
c0
),
c0
);
c2
+=
1
)
4
S1
(
c0
,
c1
,
c2
);