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
isl_multi_templ.h
Go to the documentation of this file.
1
#include <
isl/space.h
>
2
3
#include <
isl_multi_macro.h
>
4
5
/* A multiple expression with base expressions of type EL.
6
*
7
* "space" is the space in which the multiple expression lives.
8
* "n" is the number of base expression and is equal
9
* to the output or set dimension of "space".
10
* "p" is an array of size "n" of base expressions.
11
* The array is only accessible when n > 0.
12
* "dom" is the explicit domain, if present
13
* The explicit domain is only accessible when n == 0.
14
*/
15
struct
MULTI(BASE) {
16
int
ref;
17
isl_space
*space;
18
19
int
n
;
20
struct
{
21
#ifdef EXPLICIT_DOMAIN
22
DOM
*dom;
23
#endif
24
EL
*
p
[1];
25
} u;
26
};
27
28
__isl_give
MULTI
(
BASE
) *
CAT
(
MULTI
(
BASE
),
_alloc
)(
__isl_take
isl_space
*space);
29
__isl_keep
isl_space
*
FN
(
MULTI
(
BASE
),peek_space)(
__isl_keep
MULTI
(
BASE
) *multi);
30
31
#ifdef EXPLICIT_DOMAIN
32
isl_bool
CAT
(
MULTI
(
BASE
),_has_non_trivial_domain)(
33
__isl_keep
MULTI
(
BASE
) *multi);
34
#endif
FN
#define FN(TYPE, NAME)
Definition:
check_parse_fail_test_templ.c:15
CAT
#define CAT(A, B)
Definition:
check_parse_fail_test_templ.c:11
__isl_take
#define __isl_take
Definition:
ctx.h:22
__isl_give
#define __isl_give
Definition:
ctx.h:19
__isl_keep
#define __isl_keep
Definition:
ctx.h:25
isl_bool
isl_bool
Definition:
ctx.h:89
BASE
#define BASE
Definition:
flow_cmp.c:49
EL
#define EL
Definition:
isl_aff_private.h:238
isl_multi_macro.h
MULTI
#define MULTI(BASE)
Definition:
isl_multi_macro.h:6
DOM
#define DOM
Definition:
isl_multi_macro.h:8
_alloc
__isl_give _alloc(__isl_take isl_space *space)
p
const char * p
Definition:
isl_test.c:8643
space.h
isl_space
Definition:
isl_space_private.h:10
n
n
Definition:
youcefn.c:8
Generated on Tue Apr 22 2025 02:09:27 for Polly by
1.9.6