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

References

tools/polly/lib/External/isl/isl_coalesce.c
 1617 	total = isl_basic_map_total_dim(info[i].bmap);
 1623 	for (k = 0; k < info[i].bmap->n_eq; ++k) {
 1625 			if (info[i].eq[2 * k + l] != STATUS_CUT)
 1630 					    info[i].bmap->eq[k], 1 + total);
 1633 					    info[i].bmap->eq[k], 1 + total);
 1642 	for (k = 0; k < info[i].bmap->n_ineq; ++k) {
 1643 		if (info[i].ineq[k] != STATUS_CUT)
 1647 			    info[i].bmap->ineq[k], 1 + total);
 1655 	return fuse(i, j, info, wraps->mat, 0, 1);