Home | History | Annotate | Download | only in Analysis

Lines Matching refs:NewConstraint

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