Searched refs:evaluateAtIteration (Results 1 – 8 of 8) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | LoopUnrollAnalyzer.cpp | 47 const SCEV *ValueAtIteration = AR->evaluateAtIteration(IterationNumber, SE); in simplifyInstWithSCEV()
|
| H A D | LoopAccessAnalysis.cpp | 212 ScEnd = AR->evaluateAtIteration(Ex, *SE); in insert()
|
| H A D | ScalarEvolution.cpp | 1025 const SCEV *SCEVAddRecExpr::evaluateAtIteration(const SCEV *It, in evaluateAtIteration() function in SCEVAddRecExpr 1027 return evaluateAtIteration(makeArrayRef(op_begin(), op_end()), It, SE); in evaluateAtIteration() 1031 SCEVAddRecExpr::evaluateAtIteration(ArrayRef<const SCEV *> Operands, in evaluateAtIteration() function in SCEVAddRecExpr 6384 const SCEV *End = AddRec->evaluateAtIteration(MaxBECount, *this); in getRangeForAffineNoSelfWrappingAR() 8166 const SCEV *Val = AddRec->evaluateAtIteration(InVal, SE); in EvaluateConstantChrecAtConstant() 9040 return AddRec->evaluateAtIteration(BackedgeTakenCount, *this); in computeSCEVAtScope() 10100 const SCEV *Last = AR->evaluateAtIteration(MaxIter, *this); in getLoopInvariantExitCondDuringFirstIterations()
|
| H A D | DependenceAnalysis.cpp | 1030 const SCEV *Limit = AddRec->evaluateAtIteration(BECount, *SE); in isKnownLessThan()
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| H A D | ScalarEvolutionExpressions.h | 403 const SCEV *evaluateAtIteration(const SCEV *It, ScalarEvolution &SE) const; 407 static const SCEV *evaluateAtIteration(ArrayRef<const SCEV *> Operands, 909 return SCEVAddRecExpr::evaluateAtIteration(Operands, Map[L], SE); in visitAddRecExpr()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | LoopPeel.cpp | 241 const SCEV *IterVal = LeftAR->evaluateAtIteration( in countToEliminateCompares()
|
| H A D | LoopUtils.cpp | 1310 ExitValue = AddRec->evaluateAtIteration(ExitCount, *SE); in rewriteLoopExitValues()
|
| H A D | ScalarEvolutionExpander.cpp | 1699 const SCEV *V = cast<SCEVAddRecExpr>(NewS)->evaluateAtIteration(IH, SE); in visitAddRecExpr()
|