Searched refs:getSCEVAtScope (Results 1 – 9 of 9) sorted by relevance
| /freebsd-12.1/contrib/llvm/lib/Transforms/Utils/ |
| H A D | SimplifyIndVar.cpp | 188 const SCEV *S = SE->getSCEVAtScope(ICmp->getOperand(IVOperIdx), ICmpLoop); in makeIVComparisonInvariant() 189 const SCEV *X = SE->getSCEVAtScope(ICmp->getOperand(1 - IVOperIdx), ICmpLoop); in makeIVComparisonInvariant() 258 const SCEV *S = SE->getSCEVAtScope(ICmp->getOperand(IVOperIdx), ICmpLoop); in eliminateIVComparison() 259 const SCEV *X = SE->getSCEVAtScope(ICmp->getOperand(1 - IVOperIdx), ICmpLoop); in eliminateIVComparison() 298 N = SE->getSCEVAtScope(N, L); in eliminateSDiv() 299 D = SE->getSCEVAtScope(D, L); in eliminateSDiv() 370 N = SE->getSCEVAtScope(N, ICmpLoop); in simplifyIVRemainder() 379 D = SE->getSCEVAtScope(D, ICmpLoop); in simplifyIVRemainder()
|
| /freebsd-12.1/contrib/llvm/lib/Analysis/ |
| H A D | Delinearization.cpp | 86 const SCEV *AccessFn = SE->getSCEVAtScope(getPointerOperand(Inst), L); in print()
|
| H A D | IVUsers.cpp | 69 SE->getSCEVAtScope(AR, LI->getLoopFor(I->getParent())) != AR); in isInteresting()
|
| H A D | ScalarEvolution.cpp | 7322 LHS = getSCEVAtScope(LHS, L); in computeExitLimitFromICmp() 7323 RHS = getSCEVAtScope(RHS, L); in computeExitLimitFromICmp() 7472 Idx = getSCEVAtScope(Idx, L); in computeLoadConstantCompareExitLimit() 8149 const SCEV *OpV = getSCEVAtScope(OrigV, L); in computeSCEVAtScope() 8216 const SCEV *LHS = getSCEVAtScope(Div->getLHS(), L); in computeSCEVAtScope() 8217 const SCEV *RHS = getSCEVAtScope(Div->getRHS(), L); in computeSCEVAtScope() 8270 const SCEV *Op = getSCEVAtScope(Cast->getOperand(), L); in computeSCEVAtScope() 8277 const SCEV *Op = getSCEVAtScope(Cast->getOperand(), L); in computeSCEVAtScope() 8284 const SCEV *Op = getSCEVAtScope(Cast->getOperand(), L); in computeSCEVAtScope() 8294 return getSCEVAtScope(getSCEV(V), L); in getSCEVAtScope() [all …]
|
| H A D | DependenceAnalysis.cpp | 3269 SE->getSCEVAtScope(SrcPtr, SrcLoop); in tryDelinearize() 3271 SE->getSCEVAtScope(DstPtr, DstLoop); in tryDelinearize()
|
| /freebsd-12.1/contrib/llvm/lib/Target/PowerPC/ |
| H A D | PPCLoopPreIncPrep.cpp | 214 const SCEV *PHISCEV = SE->getSCEVAtScope(CurrentPHINode, L); in alreadyPrepared() 293 const SCEV *LSCEV = SE->getSCEVAtScope(PtrValue, L); in runOnLoop()
|
| /freebsd-12.1/contrib/llvm/lib/Transforms/Scalar/ |
| H A D | LoopUnrollAndJamPass.cpp | 262 const SCEV *LSCEV = SE.getSCEVAtScope(V, L); in computeUnrollAndJamCount()
|
| H A D | IndVarSimplify.cpp | 620 const SCEV *ExitValue = SE->getSCEVAtScope(Inst, L->getParentLoop()); in rewriteLoopExitValues()
|
| /freebsd-12.1/contrib/llvm/include/llvm/Analysis/ |
| H A D | ScalarEvolution.h | 675 const SCEV *getSCEVAtScope(const SCEV *S, const Loop *L); 678 const SCEV *getSCEVAtScope(Value *V, const Loop *L);
|