Polly 19.0.0git
Classes | Macros
isl_options_private.h File Reference
#include <isl/options.h>

Go to the source code of this file.

Classes

struct  isl_options
 

Macros

#define ISL_CONTEXT_GBR   0
 
#define ISL_CONTEXT_LEXMIN   1
 
#define ISL_GBR_NEVER   0
 
#define ISL_GBR_ONCE   1
 
#define ISL_GBR_ALWAYS   2
 
#define ISL_CLOSURE_ISL   0
 
#define ISL_CLOSURE_BOX   1
 
#define ISL_BERNSTEIN_FACTORS   1
 
#define ISL_BERNSTEIN_INTERVALS   2
 
#define ISL_CONVEX_HULL_WRAP   0
 
#define ISL_CONVEX_HULL_FM   1
 

Macro Definition Documentation

◆ ISL_BERNSTEIN_FACTORS

#define ISL_BERNSTEIN_FACTORS   1

Definition at line 24 of file isl_options_private.h.

◆ ISL_BERNSTEIN_INTERVALS

#define ISL_BERNSTEIN_INTERVALS   2

Definition at line 25 of file isl_options_private.h.

◆ ISL_CLOSURE_BOX

#define ISL_CLOSURE_BOX   1

Definition at line 18 of file isl_options_private.h.

◆ ISL_CLOSURE_ISL

#define ISL_CLOSURE_ISL   0

Definition at line 17 of file isl_options_private.h.

◆ ISL_CONTEXT_GBR

#define ISL_CONTEXT_GBR   0

Definition at line 7 of file isl_options_private.h.

◆ ISL_CONTEXT_LEXMIN

#define ISL_CONTEXT_LEXMIN   1

Definition at line 8 of file isl_options_private.h.

◆ ISL_CONVEX_HULL_FM

#define ISL_CONVEX_HULL_FM   1

Definition at line 33 of file isl_options_private.h.

◆ ISL_CONVEX_HULL_WRAP

#define ISL_CONVEX_HULL_WRAP   0

Definition at line 32 of file isl_options_private.h.

◆ ISL_GBR_ALWAYS

#define ISL_GBR_ALWAYS   2

Definition at line 13 of file isl_options_private.h.

◆ ISL_GBR_NEVER

#define ISL_GBR_NEVER   0

Definition at line 11 of file isl_options_private.h.

◆ ISL_GBR_ONCE

#define ISL_GBR_ONCE   1

Definition at line 12 of file isl_options_private.h.