|
Polly 22.0.0git
|
#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 |
| #define ISL_BERNSTEIN_FACTORS 1 |
Definition at line 24 of file isl_options_private.h.
Referenced by isl_qpolynomial_bound_on_domain_bernstein().
| #define ISL_BERNSTEIN_INTERVALS 2 |
Definition at line 25 of file isl_options_private.h.
Referenced by isl_qpolynomial_bound_on_domain_bernstein().
| #define ISL_CLOSURE_BOX 1 |
Definition at line 18 of file isl_options_private.h.
Referenced by isl_map_transitive_closure().
| #define ISL_CLOSURE_ISL 0 |
Definition at line 17 of file isl_options_private.h.
| #define ISL_CONTEXT_GBR 0 |
Definition at line 7 of file isl_options_private.h.
| #define ISL_CONTEXT_LEXMIN 1 |
Definition at line 8 of file isl_options_private.h.
Referenced by isl_context_alloc().
| #define ISL_CONVEX_HULL_FM 1 |
Definition at line 33 of file isl_options_private.h.
Referenced by convex_hull_pair(), and test_convex_hull().
| #define ISL_CONVEX_HULL_WRAP 0 |
Definition at line 32 of file isl_options_private.h.
Referenced by test_convex_hull(), and uset_convex_hull().
| #define ISL_GBR_ALWAYS 2 |
Definition at line 13 of file isl_options_private.h.
Referenced by isl_tab_sample().
| #define ISL_GBR_NEVER 0 |
Definition at line 11 of file isl_options_private.h.
Referenced by isl_tab_sample().
| #define ISL_GBR_ONCE 1 |
Definition at line 12 of file isl_options_private.h.
Referenced by isl_tab_sample().