Lines Matching refs:NewConstraint
1069 Constraint &NewConstraint) const { in strongSIVtest()
1119 NewConstraint.setDistance(SE->getConstant(Distance), CurLoop); in strongSIVtest()
1131 NewConstraint.setDistance(Delta, CurLoop); in strongSIVtest()
1139 NewConstraint.setDistance(Delta, CurLoop); in strongSIVtest()
1143 NewConstraint.setLine(Coeff, in strongSIVtest()
1205 Constraint &NewConstraint, const SCEV *&SplitIter) const { in weakCrossingSIVtest() argument
1216 NewConstraint.setLine(Coeff, Coeff, Delta, CurLoop); in weakCrossingSIVtest()
1417 Constraint &NewConstraint) const { in exactSIVtest()
1429 NewConstraint.setLine(SrcCoeff, SE->getNegativeSCEV(DstCoeff), in exactSIVtest()
1627 Constraint &NewConstraint) const { in weakZeroSrcSIVtest()
1640 NewConstraint.setLine(SE->getZero(Delta->getType()), DstCoeff, Delta, in weakZeroSrcSIVtest()
1737 Constraint &NewConstraint) const { in weakZeroDstSIVtest()
1749 NewConstraint.setLine(SrcCoeff, SE->getZero(Delta->getType()), Delta, in weakZeroDstSIVtest()
2074 FullDependence &Result, Constraint &NewConstraint, in testSIV() argument
2092 Level, Result, NewConstraint); in testSIV()
2095 Level, Result, NewConstraint, SplitIter); in testSIV()
2098 Level, Result, NewConstraint); in testSIV()
2110 Level, Result, NewConstraint) || in testSIV()
2120 CurLoop, Level, Result, NewConstraint) || in testSIV()
3504 Constraint NewConstraint; in depends() local
3505 NewConstraint.setAny(SE); in depends()
3520 if (testSIV(Pair[SI].Src, Pair[SI].Dst, Level, Result, NewConstraint, in depends()
3572 if (testSIV(Pair[SJ].Src, Pair[SJ].Dst, Level, Result, NewConstraint, in depends()
3576 if (intersectConstraints(&Constraints[Level], &NewConstraint)) { in depends()
3857 Constraint NewConstraint; in getSplitIteration() local
3858 NewConstraint.setAny(SE); in getSplitIteration()
3867 Result, NewConstraint, SplitIter); in getSplitIteration()
3906 Result, NewConstraint, SplitIter); in getSplitIteration()
3910 if (intersectConstraints(&Constraints[Level], &NewConstraint)) in getSplitIteration()