Polly 20.0.0git
|
Public Attributes | |
isl_basic_map * | bmap |
struct isl_tab * | tab |
uint32_t | hull_hash |
int | modified |
int | removed |
int | simplify |
int * | eq |
int * | ineq |
Definition at line 197 of file isl_coalesce.c.
isl_basic_map* isl_coalesce_info::bmap |
Definition at line 198 of file isl_coalesce.c.
Referenced by add_selected_wraps(), add_selected_wraps_around_facet(), add_sub_vars(), add_valid_constraints(), all_cut_by_one(), all_ineq_valid_or_single_adj_ineq(), all_valid_or_cut(), any_eq(), any_ineq(), can_wrap_in_facet(), can_wrap_in_set(), check_eq_adj_eq(), check_facets(), clear(), coalesce_after_aligning_divs(), coalesce_divs(), coalesce_expand_tab_divs(), coalesce_info_set_hull_hash(), coalesce_pair(), coalesce_subset_with_equalities(), coalesce_with_expanded_divs(), coalesce_with_subs(), contains(), count_eq(), count_ineq(), extend(), find_eq(), find_ineq(), fix_constant_divs(), fuse(), harmonize_divs(), harmonize_divs_with_hulls(), harmonize_stride_divs(), has_nested_div(), has_redundant_cuts(), is_adj_ineq_extension_with_wraps(), is_relaxed_extension(), isl_map_coalesce(), normalize_stride_div(), number_of_constraints_increases(), set_eq_status_in(), set_ineq_status_in(), shift_div(), tab_insert_divs(), tighten_on_relaxed_facet(), try_tightening(), try_wrap_in_facets(), update_basic_maps(), wrap_in_facets(), and wraps_update_max().
int* isl_coalesce_info::eq |
Definition at line 204 of file isl_coalesce.c.
Referenced by add_selected_wraps(), add_valid_constraints(), all_valid_or_cut(), any_eq(), can_wrap_in_set(), clear_status(), coalesce_local_pair_reuse(), coalesce_with_expanded_divs(), count_eq(), find_eq(), init_status(), set_eq_status_in(), and wraps_update_max().
uint32_t isl_coalesce_info::hull_hash |
Definition at line 200 of file isl_coalesce.c.
Referenced by coalesce_info_set_hull_hash().
int* isl_coalesce_info::ineq |
Definition at line 205 of file isl_coalesce.c.
Referenced by add_selected_wraps(), add_valid_constraints(), all_cut_by_one(), all_ineq_valid_or_single_adj_ineq(), all_valid_or_cut(), any_ineq(), can_wrap_in_set(), check_facets(), clear_status(), coalesce_local_pair_reuse(), coalesce_with_expanded_divs(), contains(), count_ineq(), extend(), find_ineq(), has_redundant_cuts(), init_status(), is_adj_ineq_extension_with_wraps(), set_ineq_status_in(), tab_insert_divs(), tighten_on_relaxed_facet(), and wraps_update_max().
int isl_coalesce_info::modified |
Definition at line 201 of file isl_coalesce.c.
int isl_coalesce_info::removed |
Definition at line 202 of file isl_coalesce.c.
Referenced by drop().
int isl_coalesce_info::simplify |
Definition at line 203 of file isl_coalesce.c.
struct isl_tab* isl_coalesce_info::tab |
Definition at line 199 of file isl_coalesce.c.
Referenced by add_selected_wraps(), add_selected_wraps_around_facet(), add_sub_equalities(), add_sub_vars(), add_subs(), check_facets(), clear(), coalesce_with_expanded_divs(), expand_tab(), fix_constant_divs(), fuse(), has_redundant_cuts(), isl_map_coalesce(), number_of_constraints_increases(), set_ineq_status_in(), shift_div(), tab_insert_divs(), try_tightening(), and wrap_in_facet().