Searched refs:is_hull (Results 1 – 1 of 1) sorted by relevance
1616 __isl_take isl_basic_set *hull, __isl_keep isl_set *set, int *is_hull) in common_constraints() argument1625 *is_hull = 0; in common_constraints()1728 *is_hull = 1; in common_constraints()1752 int *is_hull) in proto_hull() argument1767 return common_constraints(hull, set, is_hull); in proto_hull()1773 int is_hull; in uset_convex_hull_wrap() local1775 hull = proto_hull(set, &is_hull); in uset_convex_hull_wrap()1776 if (hull && !is_hull) { in uset_convex_hull_wrap()