Polly
20.0.0git
Toggle main menu visibility
Main Page
Related Pages
Namespaces
Namespace List
Namespace Members
All
a
b
c
d
e
f
g
h
i
l
m
o
p
r
s
t
u
v
w
Functions
a
b
c
d
e
f
g
h
i
l
m
o
p
r
s
t
v
Variables
Typedefs
Enumerations
Enumerator
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
y
z
~
Functions
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
z
~
Variables
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
y
z
Typedefs
a
b
c
d
e
i
l
m
p
r
s
v
Enumerations
Enumerator
Related Functions
a
d
f
l
m
s
v
Files
File List
File Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Variables
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
Typedefs
b
f
i
m
o
r
s
t
Enumerations
a
g
i
m
o
t
Enumerator
i
m
o
t
v
Macros
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
x
z
llvm-project
polly
lib
External
isl
test_inputs
codegen
unroll10.c
Go to the documentation of this file.
1
if
(
m
>= 1 &&
n
>= 1) {
2
A
(0);
3
if
(
m
>= 2 &&
n
>= 2) {
4
A
(1);
5
if
(
m
>= 3 &&
n
>= 3) {
6
A
(2);
7
if
(
m
>= 4 &&
n
>= 4) {
8
A
(3);
9
if
(
m
>= 5 &&
n
>= 5) {
10
A
(4);
11
if
(
m
>= 6 &&
n
>= 6) {
12
A
(5);
13
if
(
m
>= 7 &&
n
>= 7) {
14
A
(6);
15
if
(
m
>= 8 &&
n
>= 8) {
16
A
(7);
17
if
(
m
>= 9 &&
n
>= 9) {
18
A
(8);
19
if
(
m
>= 10 &&
n
>= 10)
20
A
(9);
21
}
22
}
23
}
24
}
25
}
26
}
27
}
28
}
29
}
A
A()
m
m
Definition:
guard1-0.c:2
n
n
Definition:
youcefn.c:8
Generated on Thu Apr 17 2025 10:39:45 for Polly by
1.9.6