Searched refs:getSCEVAtScope (Results 1 – 9 of 9) sorted by relevance
/external/llvm/lib/Transforms/Utils/ |
D | SimplifyIndVar.cpp | 167 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/ |
D | Delinearization.cpp | 97 const SCEV *AccessFn = SE->getSCEVAtScope(getPointerOperand(*Inst), L); in print()
|
D | ScalarEvolution.cpp | 5102 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 …]
|
D | IVUsers.cpp | 59 SE->getSCEVAtScope(AR, LI->getLoopFor(I->getParent())) != AR); in isInteresting()
|
/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 | 750 const SCEV *getSCEVAtScope(const SCEV *S, const Loop *L); 754 const SCEV *getSCEVAtScope(Value *V, const Loop *L);
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCLoopPreIncPrep.cpp | 206 const SCEV *LSCEV = SE->getSCEVAtScope(PtrValue, L); in runOnLoop()
|
/external/llvm/lib/Transforms/Scalar/ |
D | IndVarSimplify.cpp | 554 const SCEV *ExitValue = SE->getSCEVAtScope(Inst, L->getParentLoop()); in RewriteLoopExitValues()
|