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
add isl_multi_aff_flatten_domain
[isl.git]
/
test_inputs
/
codegen
/
cloog
/
reservoir-loechner5.c
blob
c5f8fcc38e80317558d106779c00237e2228c0d6
1
for
(
int
c1
=
1
;
c1
<=
M
;
c1
+=
1
)
2
for
(
int
c3
=
1
;
c3
<=
M
;
c3
+=
1
)
3
for
(
int
c5
=
1
;
c5
<=
M
;
c5
+=
1
)
4
for
(
int
c7
=
1
;
c7
<=
M
;
c7
+=
1
)
5
S1
(
c3
,
c5
,
c1
,
c7
);