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
 1498 	bounds = initial_facet_constraint(set);
 1499 	if (!bounds)
 1505 	isl_assert(set->ctx, 1 + dim == bounds->n_col, goto error);
 1506 	isl_seq_cpy(hull->ineq[k], bounds->row[0], bounds->n_col);
 1506 	isl_seq_cpy(hull->ineq[k], bounds->row[0], bounds->n_col);
 1507 	isl_mat_free(bounds);
 1512 	isl_mat_free(bounds);