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 backend independent functions for creating CloogDomains and CloogScatterings
[cloog/uuh.git]
/
test
/
polylib
/
test.c
blob
bdbdd435a05e8affbc7efc437e00047c96218adf
1
/* Generated from ../../../git/cloog/test/test.cloog by CLooG 0.14.0-136-gb91ef26 gmp bits in 0.01s. */
2
for
(
i
=
1
;
i
<=
2
;
i
++) {
3
for
(
j
=
1
;
j
<=
M
;
j
++) {
4
S1
(
i
,
j
) ;
5
}
6
}
7
for
(
i
=
3
;
i
<=
M
-
1
;
i
++) {
8
for
(
j
=
1
;
j
<=
i
-
1
;
j
++) {
9
S1
(
i
,
j
) ;
10
}
11
S1
(
i
,
i
) ;
12
S2
(
i
,
i
) ;
13
for
(
j
=
i
+
1
;
j
<=
M
;
j
++) {
14
S1
(
i
,
j
) ;
15
}
16
}
17
for
(
j
=
1
;
j
<=
M
-
1
;
j
++) {
18
S1
(
M
,
j
) ;
19
}
20
S1
(
M
,
M
) ;
21
S2
(
M
,
M
) ;
22
for
(
i
=
M
+
1
;
i
<=
N
;
i
++) {
23
for
(
j
=
1
;
j
<=
M
;
j
++) {
24
S1
(
i
,
j
) ;
25
}
26
S2
(
i
,
i
) ;
27
}