Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/Utils/
H A DSimplifyIndVar.cpp188 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 DDelinearization.cpp86 const SCEV *AccessFn = SE->getSCEVAtScope(getPointerOperand(Inst), L); in print()
H A DIVUsers.cpp69 SE->getSCEVAtScope(AR, LI->getLoopFor(I->getParent())) != AR); in isInteresting()
H A DScalarEvolution.cpp7322 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 DDependenceAnalysis.cpp3269 SE->getSCEVAtScope(SrcPtr, SrcLoop); in tryDelinearize()
3271 SE->getSCEVAtScope(DstPtr, DstLoop); in tryDelinearize()
/freebsd-12.1/contrib/llvm/lib/Target/PowerPC/
H A DPPCLoopPreIncPrep.cpp214 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 DLoopUnrollAndJamPass.cpp262 const SCEV *LSCEV = SE.getSCEVAtScope(V, L); in computeUnrollAndJamCount()
H A DIndVarSimplify.cpp620 const SCEV *ExitValue = SE->getSCEVAtScope(Inst, L->getParentLoop()); in rewriteLoopExitValues()
/freebsd-12.1/contrib/llvm/include/llvm/Analysis/
H A DScalarEvolution.h675 const SCEV *getSCEVAtScope(const SCEV *S, const Loop *L);
678 const SCEV *getSCEVAtScope(Value *V, const Loop *L);