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
/
omega
/
fc1-0.c
blob
fbec13a719bf592d1f9129ef9545318a9fd17881
1
for
(
int
c0
=
0
;
c0
<
n
-
1
;
c0
+=
1
) {
2
for
(
int
c3
=
0
;
c3
<
n
-
c0
-
1
;
c3
+=
1
)
3
s0
(
c0
+
1
,
n
-
c3
);
4
for
(
int
c3
=
0
;
c3
<
n
-
c0
-
1
;
c3
+=
1
)
5
for
(
int
c6
=
c0
+
2
;
c6
<=
n
;
c6
+=
1
)
6
s1
(
c0
+
1
,
n
-
c3
,
c6
);
7
}