Polly 20.0.0git
|
Public Attributes | |
struct isl_scan_callback | callback |
isl_basic_set * | bset |
isl_set * | sol |
isl_set * | empty |
int | stride |
int | n |
int | max |
isl_basic_set* isl_scan_pip::bset |
Definition at line 242 of file pip.c.
Referenced by check_solution(), and scan_one().
struct isl_scan_callback isl_scan_pip::callback |
Definition at line 241 of file pip.c.
Referenced by check_solution(), and scan_one().
isl_set* isl_scan_pip::empty |
Definition at line 244 of file pip.c.
Referenced by check_solution(), and scan_one().
int isl_scan_pip::max |
Definition at line 247 of file pip.c.
Referenced by check_solution(), and scan_one().
int isl_scan_pip::n |
Definition at line 246 of file pip.c.
Referenced by check_solution(), and scan_one().
isl_set* isl_scan_pip::sol |
Definition at line 243 of file pip.c.
Referenced by check_solution(), and scan_one().
int isl_scan_pip::stride |
Definition at line 245 of file pip.c.
Referenced by check_solution(), and scan_one().