Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Utils/
DSimplifyIndVar.cpp169 S = SE->getSCEVAtScope(S, ICmpLoop); in eliminateIVComparison()
170 X = SE->getSCEVAtScope(X, ICmpLoop); in eliminateIVComparison()
249 S = SE->getSCEVAtScope(S, ICmpLoop); in eliminateIVRemainder()
250 X = SE->getSCEVAtScope(X, ICmpLoop); in eliminateIVRemainder()
/external/llvm/lib/Analysis/
DDelinearization.cpp97 const SCEV *AccessFn = SE->getSCEVAtScope(getPointerOperand(*Inst), L); in print()
DIVUsers.cpp62 SE->getSCEVAtScope(AR, LI->getLoopFor(I->getParent())) != AR); in isInteresting()
DScalarEvolution.cpp5464 LHS = getSCEVAtScope(LHS, L); in computeExitLimitFromICmp()
5465 RHS = getSCEVAtScope(RHS, L); in computeExitLimitFromICmp()
5537 const SCEV *LHS = getSCEVAtScope(Switch->getCondition(), L); in computeExitLimitFromSingleExitSwitch()
5604 Idx = getSCEVAtScope(Idx, L); in computeLoadConstantCompareExitLimit()
6112 const SCEV *ScalarEvolution::getSCEVAtScope(const SCEV *V, const Loop *L) { in getSCEVAtScope() function in ScalarEvolution
6278 const SCEV *OpV = getSCEVAtScope(OrigV, L); in computeSCEVAtScope()
6318 const SCEV *OpAtScope = getSCEVAtScope(Comm->getOperand(i), L); in computeSCEVAtScope()
6327 OpAtScope = getSCEVAtScope(Comm->getOperand(i), L); in computeSCEVAtScope()
6346 const SCEV *LHS = getSCEVAtScope(Div->getLHS(), L); in computeSCEVAtScope()
6347 const SCEV *RHS = getSCEVAtScope(Div->getRHS(), L); in computeSCEVAtScope()
[all …]
DDependenceAnalysis.cpp3256 SE->getSCEVAtScope(SrcPtr, SrcLoop); in tryDelinearize()
3258 SE->getSCEVAtScope(DstPtr, DstLoop); in tryDelinearize()
/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.h965 const SCEV *getSCEVAtScope(const SCEV *S, const Loop *L);
968 const SCEV *getSCEVAtScope(Value *V, const Loop *L);
/external/llvm/lib/Target/PowerPC/
DPPCLoopPreIncPrep.cpp213 const SCEV *LSCEV = SE->getSCEVAtScope(PtrValue, L); in runOnLoop()
/external/llvm/lib/Transforms/Scalar/
DIndVarSimplify.cpp615 const SCEV *ExitValue = SE->getSCEVAtScope(Inst, L->getParentLoop()); in rewriteLoopExitValues()