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

References

tools/polly/lib/External/isl/isl_map.c
11002 		for (j = i + 1; j < bmap->n_ineq; ++j) {
11002 		for (j = i + 1; j < bmap->n_ineq; ++j) {
11002 		for (j = i + 1; j < bmap->n_ineq; ++j) {
11003 			if (!isl_int_abs_eq(bmap->ineq[j][o_out + pos],
11007 					    bmap->ineq[j] + 1, total))
11011 		if (j >= bmap->n_ineq)
11014 			    bmap->ineq[i][0], bmap->ineq[j][0]);
11017 			    bmap->ineq[i][0], bmap->ineq[j][0]);
11023 			return j;