Lines Matching refs:NewConstraint
1083 Constraint &NewConstraint) const { in strongSIVtest()
1133 NewConstraint.setDistance(SE->getConstant(Distance), CurLoop); in strongSIVtest()
1145 NewConstraint.setDistance(Delta, CurLoop); in strongSIVtest()
1153 NewConstraint.setDistance(Delta, CurLoop); in strongSIVtest()
1157 NewConstraint.setLine(Coeff, in strongSIVtest()
1222 Constraint &NewConstraint, in weakCrossingSIVtest() argument
1234 NewConstraint.setLine(Coeff, Coeff, Delta, CurLoop); in weakCrossingSIVtest()
1443 Constraint &NewConstraint) const { in exactSIVtest()
1455 NewConstraint.setLine(SrcCoeff, SE->getNegativeSCEV(DstCoeff), in exactSIVtest()
1654 Constraint &NewConstraint) const { in weakZeroSrcSIVtest()
1667 NewConstraint.setLine(SE->getZero(Delta->getType()), DstCoeff, Delta, in weakZeroSrcSIVtest()
1765 Constraint &NewConstraint) const { in weakZeroDstSIVtest()
1777 NewConstraint.setLine(SrcCoeff, SE->getZero(Delta->getType()), Delta, in weakZeroDstSIVtest()
2110 Constraint &NewConstraint, in testSIV() argument
2128 Level, Result, NewConstraint); in testSIV()
2131 Level, Result, NewConstraint, SplitIter); in testSIV()
2134 Level, Result, NewConstraint); in testSIV()
2146 Level, Result, NewConstraint) || in testSIV()
2156 CurLoop, Level, Result, NewConstraint) || in testSIV()
3573 Constraint NewConstraint; in depends() local
3574 NewConstraint.setAny(SE); in depends()
3589 if (testSIV(Pair[SI].Src, Pair[SI].Dst, Level, Result, NewConstraint, in depends()
3641 if (testSIV(Pair[SJ].Src, Pair[SJ].Dst, Level, Result, NewConstraint, in depends()
3645 if (intersectConstraints(&Constraints[Level], &NewConstraint)) { in depends()
3926 Constraint NewConstraint; in getSplitIteration() local
3927 NewConstraint.setAny(SE); in getSplitIteration()
3936 Result, NewConstraint, SplitIter); in getSplitIteration()
3975 Result, NewConstraint, SplitIter); in getSplitIteration()
3979 if (intersectConstraints(&Constraints[Level], &NewConstraint)) in getSplitIteration()