Home
last modified time | relevance | path

Searched refs:LeftAR (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLoopPeel.cpp364 const SCEVAddRecExpr *LeftAR, in shouldPeelLastIteration() argument
380 const SCEV *ValAtLastIter = LeftAR->evaluateAtIteration(BTC, SE); in shouldPeelLastIteration()
381 const SCEV *ValAtSecondToLastIter = LeftAR->evaluateAtIteration( in shouldPeelLastIteration()
464 const SCEVAddRecExpr *LeftAR = cast<SCEVAddRecExpr>(LeftSCEV); in countToEliminateCompares() local
468 if (!LeftAR->isAffine() || LeftAR->getLoop() != &L) in countToEliminateCompares()
470 if (!(ICmpInst::isEquality(Pred) && LeftAR->hasNoSelfWrap()) && in countToEliminateCompares()
471 !SE.getMonotonicPredicateType(LeftAR, Pred)) in countToEliminateCompares()
478 const SCEV *IterVal = LeftAR->evaluateAtIteration( in countToEliminateCompares()
487 const SCEV *Step = LeftAR->getStepRecurrence(SE); in countToEliminateCompares()
490 if (shouldPeelLastIteration(L, Pred, LeftAR, RightSCEV, SE, TTI)) in countToEliminateCompares()