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

References

tools/polly/lib/External/isl/isl_coalesce.c
  651 	for (k = 0; k < bmap->n_eq; ++k) {
  651 	for (k = 0; k < bmap->n_eq; ++k) {
  651 	for (k = 0; k < bmap->n_eq; ++k) {
  653 		isl_seq_neg(bmap->eq[k], bmap->eq[k], 1 + dim);
  653 		isl_seq_neg(bmap->eq[k], bmap->eq[k], 1 + dim);
  654 		stat = status_in(bmap->eq[k], tab);
  655 		isl_seq_neg(bmap->eq[k], bmap->eq[k], 1 + dim);
  655 		isl_seq_neg(bmap->eq[k], bmap->eq[k], 1 + dim);
  660 		stat = status_in(bmap->eq[k], tab);
  667 	for (k = 0; k < bmap->n_ineq; ++k) {
  667 	for (k = 0; k < bmap->n_ineq; ++k) {
  667 	for (k = 0; k < bmap->n_ineq; ++k) {
  669 		if (info->ineq[k] == STATUS_REDUNDANT)
  671 		stat = status_in(bmap->ineq[k], tab);