Polly
23.0.0git
llvm-project
polly
lib
External
isl
test_inputs
codegen
expansion.c
Go to the documentation of this file.
1
for
(
int
c0
= 1;
c0
<
n
- 1;
c0
+= 2)
2
for
(
int
c1
=
c0
- 1;
c1
<=
c0
;
c1
+= 1)
3
S
(
c1
);
4
if
(
n
>= 1)
5
for
(
int
c1
=
n
- 2;
c1
<
n
;
c1
+= 1)
6
if
(2 * ((
c1
+ 2) / 2) >=
n
)
7
S
(
c1
);
c1
c1
Definition
dot.c:2
S
#define S(TYPE, NAME)
Definition
isl_list_templ.c:23
c0
c0
Definition
multi-stride2.c:2
n
n
Definition
youcefn.c:8
Generated on
for Polly by
1.14.0