Polly 20.0.0git
|
Public Attributes | |
struct bound_options * | options |
int | stride |
int | n |
int | exact |
int | error |
isl_pw_qpolynomial_fold * | pwf |
isl_pw_qpolynomial_fold * | bound |
isl_pw_qpolynomial_fold* verify_point_bound::bound |
Definition at line 59 of file bound.c.
Referenced by check_solution(), and verify_point().
int verify_point_bound::error |
Definition at line 56 of file bound.c.
Referenced by check_solution(), and verify_point().
int verify_point_bound::exact |
Definition at line 55 of file bound.c.
Referenced by check_solution(), and verify_point().
int verify_point_bound::n |
Definition at line 54 of file bound.c.
Referenced by check_solution(), and verify_point().
struct bound_options* verify_point_bound::options |
Definition at line 52 of file bound.c.
Referenced by check_solution(), and verify_point().
isl_pw_qpolynomial_fold* verify_point_bound::pwf |
Definition at line 58 of file bound.c.
Referenced by check_solution(), main(), and verify_point().
int verify_point_bound::stride |
Definition at line 53 of file bound.c.
Referenced by check_solution(), and verify_point().