Home
last modified time | relevance | path

Searched refs:getSCEVAtScope (Results 1 – 9 of 9) sorted by relevance

/external/llvm/lib/Transforms/Utils/
DSimplifyIndVar.cpp167 S = SE->getSCEVAtScope(S, ICmpLoop); in eliminateIVComparison()
168 X = SE->getSCEVAtScope(X, ICmpLoop); in eliminateIVComparison()
201 S = SE->getSCEVAtScope(S, ICmpLoop); in eliminateIVRemainder()
202 X = SE->getSCEVAtScope(X, ICmpLoop); in eliminateIVRemainder()
/external/llvm/lib/Analysis/
DDelinearization.cpp97 const SCEV *AccessFn = SE->getSCEVAtScope(getPointerOperand(*Inst), L); in print()
DScalarEvolution.cpp5102 LHS = getSCEVAtScope(LHS, L); in ComputeExitLimitFromICmp()
5103 RHS = getSCEVAtScope(RHS, L); in ComputeExitLimitFromICmp()
5183 const SCEV *LHS = getSCEVAtScope(Switch->getCondition(), L); in ComputeExitLimitFromSingleExitSwitch()
5250 Idx = getSCEVAtScope(Idx, L); in ComputeLoadConstantCompareExitLimit()
5611 const SCEV *ScalarEvolution::getSCEVAtScope(const SCEV *V, const Loop *L) { in getSCEVAtScope() function in ScalarEvolution
5779 const SCEV *OpV = getSCEVAtScope(OrigV, L); in computeSCEVAtScope()
5819 const SCEV *OpAtScope = getSCEVAtScope(Comm->getOperand(i), L); in computeSCEVAtScope()
5828 OpAtScope = getSCEVAtScope(Comm->getOperand(i), L); in computeSCEVAtScope()
5847 const SCEV *LHS = getSCEVAtScope(Div->getLHS(), L); in computeSCEVAtScope()
5848 const SCEV *RHS = getSCEVAtScope(Div->getRHS(), L); in computeSCEVAtScope()
[all …]
DIVUsers.cpp59 SE->getSCEVAtScope(AR, LI->getLoopFor(I->getParent())) != AR); in isInteresting()
/external/llvm/test/Transforms/IndVarSimplify/
Dloop_evaluate10.ll10 ; such as this, by making getSCEVAtScope() sensitive to a particular
Dloop_evaluate9.ll10 ; such as this, by making getSCEVAtScope() sensitive to a particular
/external/llvm/include/llvm/Analysis/
DScalarEvolution.h750 const SCEV *getSCEVAtScope(const SCEV *S, const Loop *L);
754 const SCEV *getSCEVAtScope(Value *V, const Loop *L);
/external/llvm/lib/Target/PowerPC/
DPPCLoopPreIncPrep.cpp206 const SCEV *LSCEV = SE->getSCEVAtScope(PtrValue, L); in runOnLoop()
/external/llvm/lib/Transforms/Scalar/
DIndVarSimplify.cpp554 const SCEV *ExitValue = SE->getSCEVAtScope(Inst, L->getParentLoop()); in RewriteLoopExitValues()