Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Analysis/
H A DLoopUnrollAnalyzer.cpp42 const SCEV *ValueAtIteration = AR->evaluateAtIteration(IterationNumber, SE); in simplifyInstWithSCEV()
H A DLoopAccessAnalysis.cpp209 ScEnd = AR->evaluateAtIteration(Ex, *SE); in insert()
H A DScalarEvolutionExpander.cpp1596 const SCEV *V = cast<SCEVAddRecExpr>(NewS)->evaluateAtIteration(IH, SE); in visitAddRecExpr()
H A DDependenceAnalysis.cpp1024 const SCEV *Limit = AddRec->evaluateAtIteration(BECount, *SE); in isKnownLessThan()
H A DScalarEvolution.cpp1202 const SCEV *SCEVAddRecExpr::evaluateAtIteration(const SCEV *It, in evaluateAtIteration() function in SCEVAddRecExpr
7422 const SCEV *Val = AddRec->evaluateAtIteration(InVal, SE); in EvaluateConstantChrecAtConstant()
8263 return AddRec->evaluateAtIteration(BackedgeTakenCount, *this); in computeSCEVAtScope()
/freebsd-12.1/contrib/llvm/include/llvm/Analysis/
H A DScalarEvolutionExpressions.h340 const SCEV *evaluateAtIteration(const SCEV *It, ScalarEvolution &SE) const;
753 return Rec->evaluateAtIteration(Map[L], SE); in visitAddRecExpr()
/freebsd-12.1/contrib/llvm/lib/Transforms/Utils/
H A DLoopUnrollPeel.cpp210 const SCEV *IterVal = LeftAR->evaluateAtIteration( in countToEliminateCompares()