Searched refs:isl_set_simple_hull (Results 1 - 7 of 7) sorted by relevance

/haiku-buildtools/isl/
H A Disl_ast_codegen.c727 hull = isl_set_simple_hull(enforced_i);
756 enforced = isl_set_simple_hull(cond);
2223 hull = isl_set_simple_hull(isl_set_copy(domain));
H A Disl_transitive_closure.c1209 C = isl_set_from_basic_set(isl_set_simple_hull(C));
1329 C = isl_set_from_basic_set(isl_set_simple_hull(C));
2423 C = isl_set_from_basic_set(isl_set_simple_hull(C));
H A Disl_ast_graft.c365 enforced = isl_set_simple_hull(isl_basic_set_union(enforced,
H A Disl_convex_hull.c2372 struct isl_basic_set *isl_set_simple_hull(struct isl_set *set) function
2415 hull = isl_set_simple_hull(isl_set_copy(set));
H A Disl_ast_build.c1839 isl_set_simple_hull(isl_set_copy(build->domain)));
H A Disl_pw_templ.c820 hull = isl_set_simple_hull(isl_set_copy(context));
/haiku-buildtools/isl/include/isl/
H A Dset.h284 __isl_give isl_basic_set *isl_set_simple_hull(__isl_take isl_set *set);

Completed in 73 milliseconds