reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/polly/lib/External/isl/isl_convex_hull.c
 1736 	hull = proto_hull(set, &is_hull);
 1737 	if (hull && !is_hull) {
 1738 		if (hull->n_ineq == 0)
 1739 			hull = initial_hull(hull, set);
 1739 			hull = initial_hull(hull, set);
 1740 		hull = extend(hull, set);
 1740 		hull = extend(hull, set);
 1744 	return hull;