Searched refs:evaluateAtIteration (Results 1 – 10 of 10) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | LoopUnrollAnalyzer.cpp | 50 const SCEV *ValueAtIteration = AR->evaluateAtIteration(IterationNumber, SE); in simplifyInstWithSCEV()
|
H A D | ScalarEvolution.cpp | 974 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 D | LoopAccessAnalysis.cpp | 228 ScEnd = AR->evaluateAtIteration(Ex, *SE); in getStartAndEndForAccess()
|
H A D | DependenceAnalysis.cpp | 1115 const SCEV *Limit = AddRec->evaluateAtIteration(BECount, *SE); in isKnownLessThan()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
H A D | ScalarEvolutionExpressions.h | 397 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 D | LoopPeel.cpp | 419 const SCEV *IterVal = LeftAR->evaluateAtIteration( in countToEliminateCompares() 482 const SCEV *IterVal = AddRec->evaluateAtIteration( in countToEliminateCompares()
|
H A D | LoopUtils.cpp | 1599 ExitValue = AddRec->evaluateAtIteration(ExitCount, *SE); in rewriteLoopExitValues() 1840 cast<SCEVAddRecExpr>(High)->evaluateAtIteration(OuterExitCount, SE); in expandBounds()
|
H A D | ScalarEvolutionExpander.cpp | 1329 const SCEV *V = cast<SCEVAddRecExpr>(NewS)->evaluateAtIteration(IH, SE); in visitAddRecExpr()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | IndVarSimplify.cpp | 938 const SCEV *IVLimit = ARBase->evaluateAtIteration(ExitCount, *SE); in genLoopLimit()
|
H A D | LoopStrengthReduce.cpp | 7175 const SCEV *TermValueSLocal = PostInc->evaluateAtIteration(BECount, SE); in canFoldTermCondOfLoop()
|