Searched refs:isl_union_set_from_set (Results 1 – 19 of 19) sorted by relevance
24 mupa->u.dom = isl_union_set_from_set(isl_set_universe(space)); in isl_multi_union_pw_aff_init_explicit_domain()
58 return isl_union_set_from_set(isl_set_universe(space)); in ISL_ARGS_START()
957 options = isl_union_set_subtract(options, isl_union_set_from_set(drop)); in isl_schedule_band_replace_ast_build_option()958 options = isl_union_set_union(options, isl_union_set_from_set(add)); in isl_schedule_band_replace_ast_build_option()
2937 isl_union_set_from_set(domain)); in compute_separate_domain()3487 uset = isl_union_set_from_set(isl_set_copy(domain)); in generate_shifted_component_tree_part()4399 isl_union_set_from_set(context)); in after_in_context()4984 isl_union_set_from_set(set)); in generate_code_in_space()5405 isl_union_set_from_set(context)); in build_ast_from_context()5487 schedule_domain = isl_union_set_from_set(set); in build_ast_from_extension()5891 schedule_domain = isl_union_set_from_set(set); in build_ast_from_domain()
454 uset = isl_union_set_from_set(isl_set_universe(space)); in collect_edge_constraints()458 uset = isl_union_set_from_set(isl_set_universe(space)); in collect_edge_constraints()
578 __isl_give isl_union_set *isl_union_set_from_set(__isl_take isl_set *set) in isl_union_set_from_set() function588 return isl_union_set_from_set(set); in isl_set_to_union_set()3027 isl_union_set_from_set(set)); in single_valued_on_domain()3385 isl_union_set_from_set(isl_set_copy(ran))); in plain_injective_on_range_wrap()3535 *res = isl_union_set_from_set(set); in solutions_entry()
723 return isl_union_set_from_set(isl_set_from_point(pnt)); in isl_union_set_from_point()
2852 obj.v = isl_union_set_from_set(obj.v); in to_union()3192 obj.v = isl_union_set_from_set(obj.v); in isl_stream_read_union_map()3215 obj.v = isl_union_set_from_set(obj.v); in extract_union_set()
3167 uset = isl_union_set_from_set(isl_map_wrap(isl_map_copy(map))); in intersect_domains()3426 dom = isl_union_set_from_set(set); in isl_sched_graph_domain()3432 dom = isl_union_set_union(dom, isl_union_set_from_set(set)); in isl_sched_graph_domain()
3288 group = isl_union_set_from_set(set); in isl_schedule_node_group()4479 universe = isl_union_set_from_set(isl_set_universe(space)); in extension_from_domain()
8846 dom = isl_union_set_from_set(isl_multi_pw_aff_domain(copy)); in isl_multi_union_pw_aff_from_multi_pw_aff()9194 ran = isl_union_set_from_set(isl_set_universe(space)); in isl_union_map_from_multi_union_pw_aff_0D()9418 domain = isl_union_set_from_set(range); in isl_multi_union_pw_aff_intersect_range()
329 uset = isl_union_set_from_set(dom); in test_parse_mupa()
20 __isl_give isl_union_set *isl_union_set_from_set(__isl_take isl_set *set);
20053 auto res = isl_union_set_from_set(set.release()); in union_set()
28908 auto res = isl_union_set_from_set(set.release()); in union_set()
1082 isl_union_set *ud = isl_union_set_from_set (domain); in build_schedule_pbb()
1086 isl_union_set *ud = isl_union_set_from_set (domain); in build_schedule_pbb()
10815 self.ptr = isl.isl_union_set_from_set(isl.isl_set_copy(args[0].ptr))11349 isl.isl_union_set_from_set.restype = c_void_p11350 isl.isl_union_set_from_set.argtypes = [c_void_p]
2181 __isl_give isl_union_set *isl_union_set_from_set(2190 Similarly for C<isl_set_to_union_set> and C<isl_union_set_from_set>.