Polly 22.0.0git
|
Go to the source code of this file.
Macros | |
#define | ISL_BOUND_BERNSTEIN 0 |
#define | ISL_BOUND_RANGE 1 |
#define | ISL_ON_ERROR_WARN 0 |
#define | ISL_ON_ERROR_CONTINUE 1 |
#define | ISL_ON_ERROR_ABORT 2 |
#define | ISL_SCHEDULE_ALGORITHM_ISL 0 |
#define | ISL_SCHEDULE_ALGORITHM_FEAUTRIER 1 |
Functions | |
isl_stat | isl_options_set_bound (isl_ctx *ctx, int val) |
int | isl_options_get_bound (isl_ctx *ctx) |
isl_stat | isl_options_set_on_error (isl_ctx *ctx, int val) |
int | isl_options_get_on_error (isl_ctx *ctx) |
isl_stat | isl_options_set_gbr_only_first (isl_ctx *ctx, int val) |
int | isl_options_get_gbr_only_first (isl_ctx *ctx) |
isl_stat | isl_options_set_schedule_algorithm (isl_ctx *ctx, int val) |
int | isl_options_get_schedule_algorithm (isl_ctx *ctx) |
isl_stat | isl_options_set_pip_symmetry (isl_ctx *ctx, int val) |
int | isl_options_get_pip_symmetry (isl_ctx *ctx) |
isl_stat | isl_options_set_coalesce_bounded_wrapping (isl_ctx *ctx, int val) |
int | isl_options_get_coalesce_bounded_wrapping (isl_ctx *ctx) |
isl_stat | isl_options_set_coalesce_preserve_locals (isl_ctx *ctx, int val) |
int | isl_options_get_coalesce_preserve_locals (isl_ctx *ctx) |
#define ISL_BOUND_RANGE 1 |
Definition at line 25 of file options.h.
Referenced by compressed_guarded_poly_bound().
#define ISL_ON_ERROR_ABORT 2 |
Definition at line 31 of file options.h.
Referenced by isl_handle_error(), isl_stream_error(), main(), and polly::Scop::Scop().
#define ISL_ON_ERROR_CONTINUE 1 |
Definition at line 30 of file options.h.
Referenced by FN(), isl_handle_error(), isl_stream_error(), polly::IslQuotaScope::IslQuotaScope(), test_bin_upma_fail(), test_gist_fail(), and polly::IslQuotaScope::~IslQuotaScope().
#define ISL_ON_ERROR_WARN 0 |
Definition at line 29 of file options.h.
Referenced by isl_handle_error().
#define ISL_SCHEDULE_ALGORITHM_FEAUTRIER 1 |
Definition at line 39 of file options.h.
Referenced by need_feautrier_step(), and test_schedule().
#define ISL_SCHEDULE_ALGORITHM_ISL 0 |
Definition at line 38 of file options.h.
Referenced by test_schedule().
int isl_options_get_bound | ( | isl_ctx * | ctx | ) |
int isl_options_get_coalesce_bounded_wrapping | ( | isl_ctx * | ctx | ) |
Referenced by test_coalesce_unbounded_wrapping(), and wraps_init().
int isl_options_get_coalesce_preserve_locals | ( | isl_ctx * | ctx | ) |
Referenced by coalesce_pair(), and isl_set_coalesce_preserve().
int isl_options_get_gbr_only_first | ( | isl_ctx * | ctx | ) |
int isl_options_get_on_error | ( | isl_ctx * | ctx | ) |
int isl_options_get_pip_symmetry | ( | isl_ctx * | ctx | ) |
int isl_options_get_schedule_algorithm | ( | isl_ctx * | ctx | ) |
References val.
Referenced by test_coalesce_unbounded_wrapping().
References val.
Referenced by isl_set_coalesce_preserve().
References val.
Referenced by FN(), polly::IslQuotaScope::IslQuotaScope(), main(), polly::Scop::Scop(), test_bin_upma_fail(), test_gist_fail(), and polly::IslQuotaScope::~IslQuotaScope().