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

References

tools/polly/lib/External/isl/isl_coalesce.c
 1334 	for (l = 0; l < bmap->n_ineq; ++l) {
 1334 	for (l = 0; l < bmap->n_ineq; ++l) {
 1334 	for (l = 0; l < bmap->n_ineq; ++l) {
 1335 		if (info->ineq[l] == STATUS_VALID ||
 1336 		    info->ineq[l] == STATUS_REDUNDANT)
 1338 		if (isl_seq_is_neg(bound, bmap->ineq[l], len))
 1340 		if (isl_seq_eq(bound, bmap->ineq[l], len))
 1342 		if (isl_tab_is_redundant(info->tab, bmap->n_eq + l))
 1345 		added = add_wrap(wraps, w, bound, bmap->ineq[l], len, set, 0);
 1352 	for (l = 0; l < bmap->n_eq; ++l) {
 1352 	for (l = 0; l < bmap->n_eq; ++l) {
 1352 	for (l = 0; l < bmap->n_eq; ++l) {
 1353 		if (isl_seq_is_neg(bound, bmap->eq[l], len))
 1355 		if (isl_seq_eq(bound, bmap->eq[l], len))
 1359 			if (info->eq[2 * l + m] == STATUS_VALID)
 1361 			added = add_wrap(wraps, w, bound, bmap->eq[l], len,