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 support for generating ASTs from schedule relations
[isl.git]
/
test_inputs
/
codegen
/
cloog
/
infinite2.c
blob
bbb6d6e750a1c4a6885fcad94bfa544c9309d0c2
1
{
2
for
(
int
c0
=
1
;
c0
<=
N
;
c0
+=
1
) {
3
S1
(
c0
);
4
for
(
int
c1
=
1
;
c1
<=
M
;
c1
+=
1
)
5
S2
(
c0
,
c1
);
6
}
7
for
(
int
c0
=
N
+
1
;
1
;
c0
+=
1
)
8
S1
(
c0
);
9
}