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
/
reservoir-lim-lam6.c
blob
2cc512261d671a5c5dd48f2743683c1568bc064c
1
{
2
for
(
int
c1
=
0
;
c1
<=
M
;
c1
+=
1
)
3
for
(
int
c3
=
1
;
c3
<=
M
;
c3
+=
1
)
4
S1
(
c1
,
c3
);
5
for
(
int
c1
=
0
;
c1
<=
M
;
c1
+=
1
)
6
for
(
int
c3
=
1
;
c3
<=
M
;
c3
+=
1
)
7
S2
(
c3
,
c1
);
8
}