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

References

tools/polly/lib/External/isl/isl_coalesce.c
  730 	if (isl_tab_extend_cons(info[i].tab, 1 + info[j].bmap->n_ineq) < 0)
  752 	for (k = 0; k < info[j].bmap->n_ineq; ++k) {
  753 		if (info[j].ineq[k] != STATUS_VALID)
  755 		if (isl_tab_add_ineq(info[i].tab, info[j].bmap->ineq[k]) < 0)
  761 	super = contains(&info[j], info[i].tab);
  765 		return fuse(i, j, info, NULL, 0, 0);