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
/
youcefn.c
blob
1107790b20137cb2fd04113d63a26a3d23c528d3
1
{
2
for
(
int
c0
=
1
;
c0
<=
n
;
c0
+=
1
) {
3
S1
(
c0
,
c0
);
4
for
(
int
c1
=
c0
;
c1
<=
n
;
c1
+=
1
)
5
S2
(
c0
,
c1
);
6
S3
(
c0
,
n
);
7
}
8
for
(
int
c0
=
n
+
1
;
c0
<=
m
;
c0
+=
1
)
9
S3
(
c0
,
n
);
10
}