Polly 20.0.0git
|
#include <isl_bound.h>
Public Attributes | |
int | check_tight |
int | wrapping |
enum isl_fold | type |
isl_space * | dim |
isl_basic_set * | bset |
isl_qpolynomial_fold * | fold |
isl_pw_qpolynomial_fold * | pwf |
isl_pw_qpolynomial_fold * | pwf_tight |
Definition at line 6 of file isl_bound.h.
isl_basic_set* isl_bound::bset |
Definition at line 12 of file isl_bound.h.
Referenced by basic_guarded_fold(), compressed_guarded_poly_bound(), guarded_poly_bound(), and unwrapped_guarded_poly_bound().
int isl_bound::check_tight |
Definition at line 8 of file isl_bound.h.
isl_space* isl_bound::dim |
Definition at line 11 of file isl_bound.h.
isl_qpolynomial_fold* isl_bound::fold |
Definition at line 13 of file isl_bound.h.
Referenced by guarded_fold().
isl_pw_qpolynomial_fold* isl_bound::pwf |
Definition at line 16 of file isl_bound.h.
Referenced by isl_pw_qpolynomial_bound(), and isl_pw_qpolynomial_fold_bound().
isl_pw_qpolynomial_fold* isl_bound::pwf_tight |
Definition at line 17 of file isl_bound.h.
enum isl_fold isl_bound::type |
Definition at line 10 of file isl_bound.h.
int isl_bound::wrapping |
Definition at line 9 of file isl_bound.h.