Polly 22.0.0git
polyhedron_minimize.c File Reference
#include <assert.h>
#include <isl/set.h>
#include <isl/vec.h>
#include <isl_ilp_private.h>
#include <isl_seq.h>
#include <isl_vec_private.h>

Go to the source code of this file.

Functions

static __isl_give isl_vecisl_vec_lin_to_aff (__isl_take isl_vec *vec)
static __isl_give isl_vecvec_ror (__isl_take isl_vec *vec)
int main (int argc, char **argv)

Function Documentation

◆ isl_vec_lin_to_aff()

__isl_give isl_vec * isl_vec_lin_to_aff ( __isl_take isl_vec * vec)
static

Definition at line 24 of file polyhedron_minimize.c.

References __isl_give, __isl_take, aff, isl_int_set_si, isl_seq_cpy(), isl_vec_alloc(), and isl_vec_free().

Referenced by main().

◆ main()

◆ vec_ror()

__isl_give isl_vec * vec_ror ( __isl_take isl_vec * vec)
static

Definition at line 46 of file polyhedron_minimize.c.

References __isl_give, __isl_take, and isl_int_swap.

Referenced by main().