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
 2836 	ineq = isl_alloc_array(ctx, isl_int *, n_ineq);
 2837 	if (n_ineq > 0 && !ineq)
 2842 	mat = collect_inequalities(mat, list, ineq);
 2846 	if (isl_sort(ineq, n_ineq, sizeof(ineq[0]), &cmp_ineq, &dim) < 0)
 2846 	if (isl_sort(ineq, n_ineq, sizeof(ineq[0]), &cmp_ineq, &dim) < 0)
 2849 	hull = uset_unshifted_simple_hull_from_constraints(set, n_ineq, ineq);
 2852 	free(ineq);
 2857 	free(ineq);