Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Analysis/
H A DLoopUnrollAnalyzer.cpp50 const SCEV *ValueAtIteration = AR->evaluateAtIteration(IterationNumber, SE); in simplifyInstWithSCEV()
H A DScalarEvolution.cpp1042 const SCEV *SCEVAddRecExpr::evaluateAtIteration(const SCEV *It, in evaluateAtIteration() function in SCEVAddRecExpr
1044 return evaluateAtIteration(makeArrayRef(op_begin(), op_end()), It, SE); in evaluateAtIteration()
1048 SCEVAddRecExpr::evaluateAtIteration(ArrayRef<const SCEV *> Operands, in evaluateAtIteration() function in SCEVAddRecExpr
6800 const SCEV *End = AddRec->evaluateAtIteration(MaxBECount, *this); in getRangeForAffineNoSelfWrappingAR()
9011 const SCEV *Val = AddRec->evaluateAtIteration(InVal, SE); in EvaluateConstantChrecAtConstant()
9774 return AddRec->evaluateAtIteration(BackedgeTakenCount, *this); in computeSCEVAtScope()
10817 const SCEV *Last = AR->evaluateAtIteration(MaxIter, *this); in getLoopInvariantExitCondDuringFirstIterations()
H A DLoopAccessAnalysis.cpp217 ScEnd = AR->evaluateAtIteration(Ex, *SE); in insert()
H A DDependenceAnalysis.cpp1052 const SCEV *Limit = AddRec->evaluateAtIteration(BECount, *SE); in isKnownLessThan()
/llvm-project-15.0.7/llvm/include/llvm/Analysis/
H A DScalarEvolutionExpressions.h392 const SCEV *evaluateAtIteration(const SCEV *It, ScalarEvolution &SE) const;
396 static const SCEV *evaluateAtIteration(ArrayRef<const SCEV *> Operands,
958 return SCEVAddRecExpr::evaluateAtIteration(Operands, Map[L], SE); in visitAddRecExpr()
/llvm-project-15.0.7/llvm/lib/Transforms/Utils/
H A DLoopPeel.cpp280 const SCEV *IterVal = LeftAR->evaluateAtIteration( in countToEliminateCompares()
H A DLoopUtils.cpp1370 ExitValue = AddRec->evaluateAtIteration(ExitCount, *SE); in rewriteLoopExitValues()
H A DScalarEvolutionExpander.cpp1637 const SCEV *V = cast<SCEVAddRecExpr>(NewS)->evaluateAtIteration(IH, SE); in visitAddRecExpr()