Polly 20.0.0git
|
Public Attributes | |
int | level |
struct isl_basic_set * | dom |
isl_multi_aff * | ma |
struct isl_partial_sol * | next |
Definition at line 141 of file isl_tab_pip.c.
struct isl_basic_set* isl_partial_sol::dom |
Definition at line 143 of file isl_tab_pip.c.
Referenced by combine_initial_if_equal(), combine_initial_into_second(), equal_on_domain(), sol_free(), sol_pop_one(), sol_push_sol(), and sol_push_sol_mat().
int isl_partial_sol::level |
Definition at line 142 of file isl_tab_pip.c.
Referenced by combine_initial_into_second(), sol_has_mergeable_solutions(), sol_pop(), and sol_push_sol().
isl_multi_aff* isl_partial_sol::ma |
Definition at line 144 of file isl_tab_pip.c.
Referenced by combine_initial_if_equal(), combine_initial_into_second(), same_solution(), sol_free(), sol_pop_one(), and sol_push_sol().
struct isl_partial_sol* isl_partial_sol::next |
Definition at line 146 of file isl_tab_pip.c.
Referenced by combine_initial_if_equal(), combine_initial_into_second(), sol_free(), sol_has_mergeable_solutions(), sol_pop(), sol_pop_one(), sol_push_sol(), and swap_initial().