repo.or.cz
/
cloog
/
uuh.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Add option OMP_PARALLEL_FORMAT_BARE to enable bare OMP FOR blocks in OpenMP
[cloog/uuh.git]
/
test
/
forwardsub-1-1-2.c
blob
58ce5c829888216fd6359111f9497202d05a1c02
1
/* Generated from ../../../git/cloog/test/forwardsub-1-1-2.cloog by CLooG 0.14.0-136-gb91ef26 gmp bits in 0.01s. */
2
S3
(
1
,
1
) ;
3
S1
(
2
,
1
) ;
4
S4
(
2
,
2
) ;
5
for
(
i
=
3
;
i
<=
M
;
i
++) {
6
S1
(
i
,
1
) ;
7
for
(
j
=
2
;
j
<=
i
-
1
;
j
++) {
8
S2
(
i
,
j
) ;
9
}
10
S4
(
i
,
i
) ;
11
}