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

References

tools/polly/lib/External/isl/isl_map.c
 1560 	if (!bmap)
 1562 	isl_assert(bmap->ctx, pos < bmap->n_ineq, return -1);
 1562 	isl_assert(bmap->ctx, pos < bmap->n_ineq, return -1);
 1564 	if (pos != bmap->n_ineq - 1) {
 1565 		t = bmap->ineq[pos];
 1566 		bmap->ineq[pos] = bmap->ineq[bmap->n_ineq - 1];
 1566 		bmap->ineq[pos] = bmap->ineq[bmap->n_ineq - 1];
 1566 		bmap->ineq[pos] = bmap->ineq[bmap->n_ineq - 1];
 1567 		bmap->ineq[bmap->n_ineq - 1] = t;
 1567 		bmap->ineq[bmap->n_ineq - 1] = t;
 1568 		ISL_F_CLR(bmap, ISL_BASIC_MAP_NORMALIZED);
 1570 	bmap->n_ineq--;