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

References

tools/polly/lib/External/isl/isl_map.c
 1478 	if (!bmap)
 1480 	isl_assert(bmap->ctx, pos < bmap->n_eq, return -1);
 1480 	isl_assert(bmap->ctx, pos < bmap->n_eq, return -1);
 1482 	if (pos != bmap->n_eq - 1) {
 1483 		t = bmap->eq[pos];
 1484 		bmap->eq[pos] = bmap->eq[bmap->n_eq - 1];
 1484 		bmap->eq[pos] = bmap->eq[bmap->n_eq - 1];
 1484 		bmap->eq[pos] = bmap->eq[bmap->n_eq - 1];
 1485 		bmap->eq[bmap->n_eq - 1] = t;
 1485 		bmap->eq[bmap->n_eq - 1] = t;
 1487 	bmap->n_eq--;