Home
last modified time | relevance | path

Searched refs:isl_set_simple_hull (Results 1 – 14 of 14) sorted by relevance

/llvm-project-15.0.7/polly/lib/External/isl/
H A Disl_ast_codegen.c226 domain = isl_set_from_basic_set(isl_set_simple_hull(domain)); in generate_domain()
900 hull = isl_set_simple_hull(enforced_i); in set_enforced_from_set()
929 enforced = isl_set_simple_hull(cond); in set_enforced_from_list()
2593 hull = isl_set_simple_hull(isl_set_copy(domain)); in find_unroll_lower_bound()
5003 domain = isl_set_from_basic_set(isl_set_simple_hull(domain)); in generate_code_in_space()
5414 context = isl_set_from_basic_set(isl_set_simple_hull(context)); in build_ast_from_context()
5497 set = isl_set_from_basic_set(isl_set_simple_hull(set)); in build_ast_from_extension()
5901 set = isl_set_from_basic_set(isl_set_simple_hull(set)); in build_ast_from_domain()
H A Disl_ast_build_expr.c897 hull = isl_set_simple_hull(isl_set_copy(data->build->domain)); in try_extract_mod()
1625 rest = isl_set_from_basic_set(isl_set_simple_hull(rest)); in isl_ast_build_expr_from_set_internal()
1630 isl_set_simple_hull(isl_set_copy(domain))); in isl_ast_build_expr_from_set_internal()
H A Disl_transitive_closure.c1237 C = isl_set_from_basic_set(isl_set_simple_hull(C)); in incremental_on_entire_domain()
1362 C = isl_set_from_basic_set(isl_set_simple_hull(C)); in incremental_closure()
2408 C = isl_set_from_basic_set(isl_set_simple_hull(C)); in can_be_split_off()
H A Disl_ast_graft.c431 enforced = isl_set_simple_hull(isl_basic_set_union(enforced, in update_enforced()
H A Disl_convex_hull.c2479 __isl_give isl_basic_set *isl_set_simple_hull(__isl_take isl_set *set) in isl_set_simple_hull() function
3089 hull = isl_set_simple_hull(isl_set_copy(set)); in isl_set_bounded_simple_hull()
H A Disl_ast_build.c2047 isl_set_simple_hull(isl_set_copy(build->domain))); in isl_ast_build_compute_gist_basic_set()
H A Disl_pw_templ.c953 hull = isl_set_simple_hull(isl_set_copy(context)); in FN()
H A Disl_test.c1466 { &isl_set_simple_hull,
1512 bset = isl_set_simple_hull(set); in test_simple_hull()
H A Disl_scheduler.c1122 set = isl_set_from_basic_set(isl_set_simple_hull(set)); in compute_sizes()
/llvm-project-15.0.7/polly/lib/External/isl/include/isl/
H A Dset.h302 __isl_give isl_basic_set *isl_set_simple_hull(__isl_take isl_set *set);
H A Disl-noexceptions.h19232 auto res = isl_set_simple_hull(copy()); in simple_hull()
/llvm-project-15.0.7/polly/lib/External/ppcg/
H A Dgpu_group.c397 size.bset = isl_set_simple_hull(isl_basic_set_compute_divs(size.bset)); in compute_array_dim_size()
H A Dgpu.c770 bound = isl_set_from_basic_set(isl_set_simple_hull(bound)); in add_bounded_parameters_dynamic()
3094 guard = isl_set_from_basic_set(isl_set_simple_hull(guard)); in insert_guard()
/llvm-project-15.0.7/polly/lib/External/isl/doc/
H A Duser.pod6292 __isl_give isl_basic_set *isl_set_simple_hull(