Lines Matching defs:NewConstraint
1233 Constraint &NewConstraint) const {
1283 NewConstraint.setDistance(SE->getConstant(Distance), CurLoop);
1295 NewConstraint.setDistance(Delta, CurLoop);
1303 NewConstraint.setDistance(Delta, CurLoop);
1307 NewConstraint.setLine(Coeff,
1369 Constraint &NewConstraint, const SCEV *&SplitIter) const {
1380 NewConstraint.setLine(Coeff, Coeff, Delta, CurLoop);
1570 Constraint &NewConstraint) const {
1582 NewConstraint.setLine(SrcCoeff, SE->getNegativeSCEV(DstCoeff), Delta,
1764 Constraint &NewConstraint) const {
1777 NewConstraint.setLine(SE->getZero(Delta->getType()), DstCoeff, Delta,
1874 Constraint &NewConstraint) const {
1886 NewConstraint.setLine(SrcCoeff, SE->getZero(Delta->getType()), Delta,
2227 FullDependence &Result, Constraint &NewConstraint,
2245 Level, Result, NewConstraint);
2248 Level, Result, NewConstraint, SplitIter);
2251 Level, Result, NewConstraint);
2263 Level, Result, NewConstraint) ||
2273 CurLoop, Level, Result, NewConstraint) ||
3786 Constraint NewConstraint;
3787 NewConstraint.setAny(SE);
3802 if (testSIV(Pair[SI].Src, Pair[SI].Dst, Level, Result, NewConstraint,
3854 if (testSIV(Pair[SJ].Src, Pair[SJ].Dst, Level, Result, NewConstraint,
3858 if (intersectConstraints(&Constraints[Level], &NewConstraint)) {
4112 Constraint NewConstraint;
4113 NewConstraint.setAny(SE);
4122 Result, NewConstraint, SplitIter);
4161 Result, NewConstraint, SplitIter);
4165 if (intersectConstraints(&Constraints[Level], &NewConstraint))