• Home
  • Raw
  • Download

Lines Matching refs:NewConstraint

1148                                    Constraint &NewConstraint) const {  in strongSIVtest()
1198 NewConstraint.setDistance(SE->getConstant(Distance), CurLoop); in strongSIVtest()
1210 NewConstraint.setDistance(Delta, CurLoop); in strongSIVtest()
1218 NewConstraint.setDistance(Delta, CurLoop); in strongSIVtest()
1222 NewConstraint.setLine(Coeff, in strongSIVtest()
1284 Constraint &NewConstraint, const SCEV *&SplitIter) const { in weakCrossingSIVtest() argument
1295 NewConstraint.setLine(Coeff, Coeff, Delta, CurLoop); in weakCrossingSIVtest()
1483 Constraint &NewConstraint) const { in exactSIVtest()
1495 NewConstraint.setLine(SrcCoeff, SE->getNegativeSCEV(DstCoeff), in exactSIVtest()
1693 Constraint &NewConstraint) const { in weakZeroSrcSIVtest()
1706 NewConstraint.setLine(SE->getZero(Delta->getType()), DstCoeff, Delta, in weakZeroSrcSIVtest()
1803 Constraint &NewConstraint) const { in weakZeroDstSIVtest()
1815 NewConstraint.setLine(SrcCoeff, SE->getZero(Delta->getType()), Delta, in weakZeroDstSIVtest()
2140 FullDependence &Result, Constraint &NewConstraint, in testSIV() argument
2158 Level, Result, NewConstraint); in testSIV()
2161 Level, Result, NewConstraint, SplitIter); in testSIV()
2164 Level, Result, NewConstraint); in testSIV()
2176 Level, Result, NewConstraint) || in testSIV()
2186 CurLoop, Level, Result, NewConstraint) || in testSIV()
3667 Constraint NewConstraint; in depends() local
3668 NewConstraint.setAny(SE); in depends()
3683 if (testSIV(Pair[SI].Src, Pair[SI].Dst, Level, Result, NewConstraint, in depends()
3735 if (testSIV(Pair[SJ].Src, Pair[SJ].Dst, Level, Result, NewConstraint, in depends()
3739 if (intersectConstraints(&Constraints[Level], &NewConstraint)) { in depends()
3993 Constraint NewConstraint; in getSplitIteration() local
3994 NewConstraint.setAny(SE); in getSplitIteration()
4003 Result, NewConstraint, SplitIter); in getSplitIteration()
4042 Result, NewConstraint, SplitIter); in getSplitIteration()
4046 if (intersectConstraints(&Constraints[Level], &NewConstraint)) in getSplitIteration()