Searched refs:convex_hull (Results 1 – 1 of 1) sorted by relevance
722 struct isl_basic_set *convex_hull; in convex_hull_0d() local728 convex_hull = isl_basic_set_empty(isl_space_copy(set->dim)); in convex_hull_0d()730 convex_hull = isl_basic_set_universe(isl_space_copy(set->dim)); in convex_hull_0d()732 return convex_hull; in convex_hull_0d()1796 struct isl_basic_set *convex_hull = NULL; in uset_convex_hull() local1811 convex_hull = isl_basic_set_copy(set->p[0]); in uset_convex_hull()1813 return convex_hull; in uset_convex_hull()1838 isl_basic_set_free(convex_hull); in uset_convex_hull()1849 struct isl_basic_set *convex_hull = NULL; in uset_convex_hull_wrap_bounded() local1857 convex_hull = isl_basic_set_universe(isl_space_copy(set->dim)); in uset_convex_hull_wrap_bounded()[all …]