repo.or.cz
/
cloog.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Declarations for omp private variables
[cloog.git]
/
test
/
dot.c
blob
5114ef18fe6643d3347a3a6e85d40140e7506777
1
/* Generated from ../../../git/cloog/test/dot.cloog by CLooG 0.14.0-136-gb91ef26 gmp bits in 0.00s. */
2
for
(
j
=
1
;
j
<=
M
;
j
++) {
3
S1
(
0
,
j
) ;
4
}
5
for
(
i
=
1
;
i
<=
N
;
i
++) {
6
for
(
j
=
1
;
j
<=
M
;
j
++) {
7
S2
(
i
,
j
) ;
8
}
9
}