Searched refs:getSCEVAtScope (Results 1 – 10 of 10) sorted by relevance
/external/llvm/lib/Transforms/Utils/ |
D | SimplifyIndVar.cpp | 169 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/ |
D | Delinearization.cpp | 97 const SCEV *AccessFn = SE->getSCEVAtScope(getPointerOperand(*Inst), L); in print()
|
D | IVUsers.cpp | 62 SE->getSCEVAtScope(AR, LI->getLoopFor(I->getParent())) != AR); in isInteresting()
|
D | ScalarEvolution.cpp | 5464 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 …]
|
D | DependenceAnalysis.cpp | 3256 SE->getSCEVAtScope(SrcPtr, SrcLoop); in tryDelinearize() 3258 SE->getSCEVAtScope(DstPtr, DstLoop); in tryDelinearize()
|
/external/llvm/test/Transforms/IndVarSimplify/ |
D | loop_evaluate10.ll | 10 ; such as this, by making getSCEVAtScope() sensitive to a particular
|
D | loop_evaluate9.ll | 10 ; such as this, by making getSCEVAtScope() sensitive to a particular
|
/external/llvm/include/llvm/Analysis/ |
D | ScalarEvolution.h | 965 const SCEV *getSCEVAtScope(const SCEV *S, const Loop *L); 968 const SCEV *getSCEVAtScope(Value *V, const Loop *L);
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCLoopPreIncPrep.cpp | 213 const SCEV *LSCEV = SE->getSCEVAtScope(PtrValue, L); in runOnLoop()
|
/external/llvm/lib/Transforms/Scalar/ |
D | IndVarSimplify.cpp | 615 const SCEV *ExitValue = SE->getSCEVAtScope(Inst, L->getParentLoop()); in rewriteLoopExitValues()
|