Lines Matching defs:NewConstraint
1234 Constraint &NewConstraint) const {
1284 NewConstraint.setDistance(SE->getConstant(Distance), CurLoop);
1296 NewConstraint.setDistance(Delta, CurLoop);
1304 NewConstraint.setDistance(Delta, CurLoop);
1308 NewConstraint.setLine(Coeff,
1370 Constraint &NewConstraint, const SCEV *&SplitIter) const {
1381 NewConstraint.setLine(Coeff, Coeff, Delta, CurLoop);
1571 Constraint &NewConstraint) const {
1583 NewConstraint.setLine(SrcCoeff, SE->getNegativeSCEV(DstCoeff), Delta,
1765 Constraint &NewConstraint) const {
1778 NewConstraint.setLine(SE->getZero(Delta->getType()), DstCoeff, Delta,
1875 Constraint &NewConstraint) const {
1887 NewConstraint.setLine(SrcCoeff, SE->getZero(Delta->getType()), Delta,
2228 FullDependence &Result, Constraint &NewConstraint,
2246 Level, Result, NewConstraint);
2249 Level, Result, NewConstraint, SplitIter);
2252 Level, Result, NewConstraint);
2264 Level, Result, NewConstraint) ||
2274 CurLoop, Level, Result, NewConstraint) ||
3786 Constraint NewConstraint;
3787 NewConstraint.setAny(SE);
3802 if (testSIV(Pair[SI].Src, Pair[SI].Dst, Level, Result, NewConstraint,
3854 if (testSIV(Pair[SJ].Src, Pair[SJ].Dst, Level, Result, NewConstraint,
3858 if (intersectConstraints(&Constraints[Level], &NewConstraint)) {
4112 Constraint NewConstraint;
4113 NewConstraint.setAny(SE);
4122 Result, NewConstraint, SplitIter);
4161 Result, NewConstraint, SplitIter);
4165 if (intersectConstraints(&Constraints[Level], &NewConstraint))