Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DLoopUnrollAnalyzer.cpp50 const SCEV *ValueAtIteration = AR->evaluateAtIteration(IterationNumber, SE); in simplifyInstWithSCEV()
H A DScalarEvolution.cpp974 const SCEV *SCEVAddRecExpr::evaluateAtIteration(const SCEV *It, in evaluateAtIteration() function in SCEVAddRecExpr
976 return evaluateAtIteration(operands(), It, SE); in evaluateAtIteration()
980 SCEVAddRecExpr::evaluateAtIteration(ArrayRef<const SCEV *> Operands, in evaluateAtIteration() function in SCEVAddRecExpr
7081 const SCEV *End = AddRec->evaluateAtIteration(MaxBECount, *this); in getRangeForAffineNoSelfWrappingAR()
9319 const SCEV *Val = AddRec->evaluateAtIteration(InVal, SE); in EvaluateConstantChrecAtConstant()
9947 return AddRec->evaluateAtIteration(BackedgeTakenCount, *this); in computeSCEVAtScope()
11203 const SCEV *Last = AR->evaluateAtIteration(MaxIter, *this); in getLoopInvariantExitCondDuringFirstIterationsImpl()
H A DLoopAccessAnalysis.cpp228 ScEnd = AR->evaluateAtIteration(Ex, *SE); in getStartAndEndForAccess()
H A DDependenceAnalysis.cpp1115 const SCEV *Limit = AddRec->evaluateAtIteration(BECount, *SE); in isKnownLessThan()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DScalarEvolutionExpressions.h397 const SCEV *evaluateAtIteration(const SCEV *It, ScalarEvolution &SE) const;
401 static const SCEV *evaluateAtIteration(ArrayRef<const SCEV *> Operands,
949 return SCEVAddRecExpr::evaluateAtIteration(Operands, Map[L], SE); in visitAddRecExpr()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLoopPeel.cpp419 const SCEV *IterVal = LeftAR->evaluateAtIteration( in countToEliminateCompares()
482 const SCEV *IterVal = AddRec->evaluateAtIteration( in countToEliminateCompares()
H A DLoopUtils.cpp1599 ExitValue = AddRec->evaluateAtIteration(ExitCount, *SE); in rewriteLoopExitValues()
1840 cast<SCEVAddRecExpr>(High)->evaluateAtIteration(OuterExitCount, SE); in expandBounds()
H A DScalarEvolutionExpander.cpp1329 const SCEV *V = cast<SCEVAddRecExpr>(NewS)->evaluateAtIteration(IH, SE); in visitAddRecExpr()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DIndVarSimplify.cpp938 const SCEV *IVLimit = ARBase->evaluateAtIteration(ExitCount, *SE); in genLoopLimit()
H A DLoopStrengthReduce.cpp7175 const SCEV *TermValueSLocal = PostInc->evaluateAtIteration(BECount, SE); in canFoldTermCondOfLoop()