Polly
22.0.0git
llvm-project
polly
lib
External
isl
test_inputs
codegen
omega
wak3-0.c
Go to the documentation of this file.
1
for
(
int
c0
=
a
;
c0
<=
b
+ 20;
c0
+= 1) {
2
if
(
b
>=
c0
)
3
s0
(
c0
);
4
if
(
c0
>=
a
+ 10 &&
b
+ 10 >=
c0
)
5
s1(
c0
);
6
if
(
c0
>=
a
+ 20)
7
s2(
c0
);
8
}
c0
c0
Definition
multi-stride2.c:2
a
a(0)
b
b(9)
s0
s0(n+19)
Generated on
for Polly by
1.14.0