Polly 19.0.0git
isl_vertices_private.h
Go to the documentation of this file.
1#ifndef ISL_VERTICES_PRIVATE_H
2#define ISL_VERTICES_PRIVATE_H
3
4#include <isl/set.h>
5#include <isl/vertices.h>
6
7#if defined(__cplusplus)
8extern "C" {
9#endif
10
11struct isl_morph;
12
13/* A parametric vertex. "vertex" contains the actual description
14 * of the vertex as a singleton parametric set. "dom" is the projection
15 * of "vertex" onto the parameter space, i.e., the activity domain
16 * of the vertex.
17 * During the construction of vertices and chambers, the activity domain
18 * of every parametric vertex is full-dimensional.
19 */
20struct isl_vertex {
23};
24
25/* A chamber in the chamber decomposition. The indices of the "n_vertices"
26 * active vertices are stored in "vertices".
27 */
32};
33
35 int ref;
36
37 /* The rational basic set spanned by the vertices. */
39
41 struct isl_vertex *v;
42
44 struct isl_chamber *c;
45};
46
47struct isl_cell {
49 int *ids;
52};
53
56 int id;
57};
58
60 isl_stat (*fn)(__isl_take isl_cell *cell, void *user), void *user);
62 isl_stat (*fn)(__isl_take isl_cell *simplex, void *user), void *user);
63
65 __isl_take isl_vertices *vertices);
66
67#if defined(__cplusplus)
68}
69#endif
70
71#endif
#define __isl_take
Definition: ctx.h:22
isl_stat
Definition: ctx.h:84
#define __isl_give
Definition: ctx.h:19
#define __isl_keep
Definition: ctx.h:25
isl_stat isl_stat(* fn)(__isl_take ISL_KEY *key, __isl_take ISL_VAL *val, void *user)
Definition: hmap.h:37
isl_stat isl_stat(*) void user)
Definition: hmap.h:39
__isl_give isl_vertices * isl_morph_vertices(__isl_take struct isl_morph *morph, __isl_take isl_vertices *vertices)
isl_stat isl_cell_foreach_simplex(__isl_take isl_cell *cell, isl_stat(*fn)(__isl_take isl_cell *simplex, void *user), void *user)
isl_stat isl_vertices_foreach_disjoint_cell(__isl_keep isl_vertices *vertices, isl_stat(*fn)(__isl_take isl_cell *cell, void *user), void *user)
struct isl_basic_set isl_basic_set
Definition: map_type.h:20
isl_vertices * vertices
isl_basic_set * dom
isl_basic_set * dom
isl_basic_set * vertex
isl_basic_set * dom
isl_basic_set * bset
struct isl_vertex * v
struct isl_chamber * c