Lines Matching refs:NewConstraint
1032 Constraint &NewConstraint) const { in strongSIVtest()
1082 NewConstraint.setDistance(SE->getConstant(Distance), CurLoop); in strongSIVtest()
1094 NewConstraint.setDistance(Delta, CurLoop); in strongSIVtest()
1102 NewConstraint.setDistance(Delta, CurLoop); in strongSIVtest()
1106 NewConstraint.setLine(Coeff, in strongSIVtest()
1171 Constraint &NewConstraint, in weakCrossingSIVtest() argument
1183 NewConstraint.setLine(Coeff, Coeff, Delta, CurLoop); in weakCrossingSIVtest()
1394 Constraint &NewConstraint) const { in exactSIVtest()
1406 NewConstraint.setLine(SrcCoeff, SE->getNegativeSCEV(DstCoeff), in exactSIVtest()
1605 Constraint &NewConstraint) const { in weakZeroSrcSIVtest()
1618 NewConstraint.setLine(SE->getConstant(Delta->getType(), 0), in weakZeroSrcSIVtest()
1716 Constraint &NewConstraint) const { in weakZeroDstSIVtest()
1728 NewConstraint.setLine(SrcCoeff, SE->getConstant(Delta->getType(), 0), in weakZeroDstSIVtest()
2061 Constraint &NewConstraint, in testSIV() argument
2079 Level, Result, NewConstraint); in testSIV()
2082 Level, Result, NewConstraint, SplitIter); in testSIV()
2085 Level, Result, NewConstraint); in testSIV()
2097 Level, Result, NewConstraint) || in testSIV()
2107 CurLoop, Level, Result, NewConstraint) || in testSIV()
3510 Constraint NewConstraint; in depends() local
3511 NewConstraint.setAny(SE); in depends()
3526 if (testSIV(Pair[SI].Src, Pair[SI].Dst, Level, Result, NewConstraint, in depends()
3575 if (testSIV(Pair[SJ].Src, Pair[SJ].Dst, Level, Result, NewConstraint, in depends()
3579 if (intersectConstraints(&Constraints[Level], &NewConstraint)) { in depends()
3861 Constraint NewConstraint; in getSplitIteration() local
3862 NewConstraint.setAny(SE); in getSplitIteration()
3871 Result, NewConstraint, SplitIter); in getSplitIteration()
3910 Result, NewConstraint, SplitIter); in getSplitIteration()
3914 if (intersectConstraints(&Constraints[Level], &NewConstraint)) in getSplitIteration()