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
 1626 	total = isl_space_dim(set->dim, isl_dim_all);
 1629 			set->p[best]->ineq + i, 0, 1, 0, 1 + total);
 1637 		c_hash = isl_seq_get_hash(constraints[i].c->row[0] + 1, total);
 1654 				isl_seq_neg(eq, eq, 1 + total);
 1656 							    eq, total, n, 0);
 1661 			update_constraint(hull->ctx, table, ineq, total, n,
 1675 		isl_seq_cpy(hull->ineq[j], constraints[i].c->row[0], 1 + total);
 1685 			if (!has_constraint(hull->ctx, table, ineq, total, n))