Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DLoopUnrollAnalyzer.cpp42 const SCEV *ValueAtIteration = AR->evaluateAtIteration(IterationNumber, SE); in simplifyInstWithSCEV()
DLoopAccessAnalysis.cpp209 ScEnd = AR->evaluateAtIteration(Ex, *SE); in insert()
DScalarEvolutionExpander.cpp1596 const SCEV *V = cast<SCEVAddRecExpr>(NewS)->evaluateAtIteration(IH, SE); in visitAddRecExpr()
DScalarEvolution.cpp1204 const SCEV *SCEVAddRecExpr::evaluateAtIteration(const SCEV *It, in evaluateAtIteration() function in SCEVAddRecExpr
7417 const SCEV *Val = AddRec->evaluateAtIteration(InVal, SE); in EvaluateConstantChrecAtConstant()
8258 return AddRec->evaluateAtIteration(BackedgeTakenCount, *this); in computeSCEVAtScope()
8456 const SCEV *Val = AddRec->evaluateAtIteration(R1, *this); in howFarToZero()
DDependenceAnalysis.cpp1017 const SCEV *Limit = AddRec->evaluateAtIteration(BECount, *SE); in isKnownLessThan()
/external/llvm/lib/Analysis/
DLoopUnrollAnalyzer.cpp43 const SCEV *ValueAtIteration = AR->evaluateAtIteration(IterationNumber, SE); in simplifyInstWithSCEV()
DLoopAccessAnalysis.cpp170 ScEnd = AR->evaluateAtIteration(Ex, *SE); in insert()
DScalarEvolutionExpander.cpp1528 const SCEV *V = cast<SCEVAddRecExpr>(NewS)->evaluateAtIteration(IH, SE); in visitAddRecExpr()
DScalarEvolution.cpp1047 const SCEV *SCEVAddRecExpr::evaluateAtIteration(const SCEV *It, in evaluateAtIteration() function in SCEVAddRecExpr
6058 const SCEV *Val = AddRec->evaluateAtIteration(InVal, SE); in EvaluateConstantChrecAtConstant()
6887 return AddRec->evaluateAtIteration(BackedgeTakenCount, *this); in computeSCEVAtScope()
7076 const SCEV *Val = AddRec->evaluateAtIteration(R1, *this); in howFarToZero()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
DScalarEvolutionExpressions.h340 const SCEV *evaluateAtIteration(const SCEV *It, ScalarEvolution &SE) const;
753 return Rec->evaluateAtIteration(Map[L], SE); in visitAddRecExpr()
/external/llvm/include/llvm/Analysis/
DScalarEvolutionExpressions.h330 const SCEV *evaluateAtIteration(const SCEV *It, ScalarEvolution &SE) const;
677 return Rec->evaluateAtIteration(Map[L], SE); in visitAddRecExpr()
/external/swiftshader/third_party/LLVM/include/llvm/Analysis/
DScalarEvolutionExpressions.h342 const SCEV *evaluateAtIteration(const SCEV *It, ScalarEvolution &SE) const;
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
DLoopUnrollPeel.cpp210 const SCEV *IterVal = LeftAR->evaluateAtIteration( in countToEliminateCompares()
/external/llvm/lib/Transforms/Scalar/
DLoopRerollPass.cpp1512 const SCEV *ICSCEV = RealIVSCEV->evaluateAtIteration(IterCount, *SE); in replaceIV()
/external/swiftshader/third_party/LLVM/lib/Analysis/
DScalarEvolution.cpp772 const SCEV *SCEVAddRecExpr::evaluateAtIteration(const SCEV *It, in evaluateAtIteration() function in SCEVAddRecExpr
4536 const SCEV *Val = AddRec->evaluateAtIteration(InVal, SE); in EvaluateConstantChrecAtConstant()
5088 return AddRec->evaluateAtIteration(BackedgeTakenCount, *this); in computeSCEVAtScope()
5281 const SCEV *Val = AddRec->evaluateAtIteration(R1, *this); in HowFarToZero()
DScalarEvolutionExpander.cpp1282 const SCEV *V = cast<SCEVAddRecExpr>(NewS)->evaluateAtIteration(IH, SE); in visitAddRecExpr()