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
 2711 	hull = isl_basic_set_alloc_space(isl_set_get_space(set), 0, 0, n_ineq);
 2712 	if (!hull)
 2721 		int hull_n_ineq = hull->n_ineq;
 2729 		hull = add_bound_from_constraint(hull, data, set, ineq[i]);
 2729 		hull = add_bound_from_constraint(hull, data, set, ineq[i]);
 2730 		if (!hull)
 2732 		last_added = hull->n_ineq > hull_n_ineq;
 2737 	return hull;
 2741 	isl_basic_set_free(hull);