Searched refs:isl_set_from_union_set (Results 1 – 7 of 7) sorted by relevance
155 __isl_give isl_set *isl_set_from_union_set(__isl_take isl_union_set *uset);
96 set = isl_set_from_union_set(isl_union_set_copy(uset)); in isl_union_set_is_params()802 __isl_give isl_set *isl_set_from_union_set(__isl_take isl_union_set *uset) in isl_set_from_union_set() function812 return isl_set_from_union_set(uset); in isl_union_set_as_set()1201 isl_set_from_union_set(uset)); in union_map_intersect_params()1207 return isl_union_map_gist_params(umap, isl_set_from_union_set(uset)); in union_map_gist_params()2370 return isl_set_from_union_set(un_op(umap, &control)); in isl_union_map_params()
824 isl_set_from_union_set(uset)); in FN()980 return FN(UNION,gist_params)(u, isl_set_from_union_set(uset)); in FN()
1834 domain = isl_set_from_union_set(uset); in add_node()3130 domain = isl_set_from_union_set(schedule_domain); in compute_domains()3376 domain = isl_set_from_union_set(schedule_domain); in generate_shifted_component_tree_base()3637 domain = isl_set_from_union_set(schedule_domain); in generate_shifted_component_tree()
4538 delta_set = isl_set_from_union_set(delta); in test_one_schedule()4698 set = isl_set_from_union_set(range); in test_padded_schedule()
8742 set = isl_set_from_union_set(isl_union_set_copy(mupa->u.dom)); in isl_multi_union_pw_aff_has_non_trivial_domain()
2201 __isl_give isl_set *isl_set_from_union_set(2214 Similarly for C<isl_union_set_as_set> and C<isl_set_from_union_set>.