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

References

tools/polly/lib/External/isl/isl_coalesce.c
   53 	case isl_ineq_cut:		return STATUS_CUT;
  287 		if (info->eq[i] == STATUS_CUT)
  297 		if (info->ineq[i] == STATUS_CUT)
  610 		if (info[i].ineq[k] != STATUS_CUT)
  616 			if (info[j].ineq[l] != STATUS_CUT)
  817 	cut_i = any_eq(&info[i], STATUS_CUT) || any_ineq(&info[i], STATUS_CUT);
  817 	cut_i = any_eq(&info[i], STATUS_CUT) || any_ineq(&info[i], STATUS_CUT);
  818 	cut_j = any_eq(&info[j], STATUS_CUT) || any_ineq(&info[j], STATUS_CUT);
  818 	cut_j = any_eq(&info[j], STATUS_CUT) || any_ineq(&info[j], STATUS_CUT);
 1625 			if (info[i].eq[2 * k + l] != STATUS_CUT)
 1643 		if (info[i].ineq[k] != STATUS_CUT)
 1790 	n = count_eq(&info[i], STATUS_CUT) + count_ineq(&info[i], STATUS_CUT);
 1790 	n = count_eq(&info[i], STATUS_CUT) + count_ineq(&info[i], STATUS_CUT);
 1799 			if (info[i].eq[2 * k + l] != STATUS_CUT)
 1820 		if (info[i].ineq[k] != STATUS_CUT)
 1863 		if (info[i].ineq[l] != STATUS_CUT)
 1902 	n_cut = count_ineq(&info[i], STATUS_CUT);
 1959 	if (any_eq(&info[i], STATUS_CUT))
 1987 	if (any_eq(&info[i], STATUS_CUT))
 1989 	if (any_ineq(&info[i], STATUS_CUT))
 2329 		if (!any_eq(&info[i], STATUS_CUT) &&
 2330 		    !any_eq(&info[j], STATUS_CUT))