Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DLoopUnrollAnalyzer.cpp50 const SCEV *ValueAtIteration = AR->evaluateAtIteration(IterationNumber, SE); in simplifyInstWithSCEV()
H A DScalarEvolution.cpp1034 const SCEV *SCEVAddRecExpr::evaluateAtIteration(const SCEV *It, in evaluateAtIteration() function in SCEVAddRecExpr
1036 return evaluateAtIteration(operands(), It, SE); in evaluateAtIteration()
1040 SCEVAddRecExpr::evaluateAtIteration(ArrayRef<const SCEV *> Operands, in evaluateAtIteration() function in SCEVAddRecExpr
7027 const SCEV *End = AddRec->evaluateAtIteration(MaxBECount, *this); in getRangeForAffineNoSelfWrappingAR()
9278 const SCEV *Val = AddRec->evaluateAtIteration(InVal, SE); in EvaluateConstantChrecAtConstant()
9891 return AddRec->evaluateAtIteration(BackedgeTakenCount, *this); in computeSCEVAtScope()
11174 const SCEV *Last = AR->evaluateAtIteration(MaxIter, *this); in getLoopInvariantExitCondDuringFirstIterationsImpl()
H A DLoopAccessAnalysis.cpp218 ScEnd = AR->evaluateAtIteration(Ex, *SE); in insert()
H A DDependenceAnalysis.cpp1115 const SCEV *Limit = AddRec->evaluateAtIteration(BECount, *SE); in isKnownLessThan()
/openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/
H A DScalarEvolutionExpressions.h380 const SCEV *evaluateAtIteration(const SCEV *It, ScalarEvolution &SE) const;
384 static const SCEV *evaluateAtIteration(ArrayRef<const SCEV *> Operands,
939 return SCEVAddRecExpr::evaluateAtIteration(Operands, Map[L], SE); in visitAddRecExpr()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/
H A DLoopPeel.cpp395 const SCEV *IterVal = LeftAR->evaluateAtIteration( in countToEliminateCompares()
H A DLoopUtils.cpp1369 ExitValue = AddRec->evaluateAtIteration(ExitCount, *SE); in rewriteLoopExitValues()
H A DScalarEvolutionExpander.cpp1664 const SCEV *V = cast<SCEVAddRecExpr>(NewS)->evaluateAtIteration(IH, SE); in visitAddRecExpr()