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

References

tools/polly/lib/External/isl/isl_output.c
 1265 	for (i = bmap->n_eq - 1; i >= 0; --i) {
 1265 	for (i = bmap->n_eq - 1; i >= 0; --i) {
 1265 	for (i = bmap->n_eq - 1; i >= 0; --i) {
 1266 		if (isl_seq_first_non_zero(bmap->eq[i] + 1 + total,
 1270 			if (!isl_seq_eq(bmap->eq[i], aff->eq[j], 1 + total) &&
 1271 			    !isl_seq_is_neg(bmap->eq[i], aff->eq[j], 1 + total))
 1273 			if (isl_basic_map_drop_equality(bmap, i) < 0)