Searched refs:ICmpLoop (Results 1 – 3 of 3) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/Transforms/Utils/ |
D | SimplifyIndVar.cpp | 168 const Loop *ICmpLoop = LI->getLoopFor(ICmp->getParent()); in eliminateIVComparison() local 169 S = SE->getSCEVAtScope(S, ICmpLoop); in eliminateIVComparison() 170 X = SE->getSCEVAtScope(X, ICmpLoop); in eliminateIVComparison() 202 const Loop *ICmpLoop = LI->getLoopFor(Rem->getParent()); in eliminateIVRemainder() local 203 S = SE->getSCEVAtScope(S, ICmpLoop); in eliminateIVRemainder() 204 X = SE->getSCEVAtScope(X, ICmpLoop); in eliminateIVRemainder()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/ |
D | SimplifyIndVar.cpp | 178 const Loop *ICmpLoop = LI->getLoopFor(ICmp->getParent()); in makeIVComparisonInvariant() local 179 const SCEV *S = SE->getSCEVAtScope(ICmp->getOperand(IVOperIdx), ICmpLoop); in makeIVComparisonInvariant() 180 const SCEV *X = SE->getSCEVAtScope(ICmp->getOperand(1 - IVOperIdx), ICmpLoop); in makeIVComparisonInvariant() 248 const Loop *ICmpLoop = LI->getLoopFor(ICmp->getParent()); in eliminateIVComparison() local 249 const SCEV *S = SE->getSCEVAtScope(ICmp->getOperand(IVOperIdx), ICmpLoop); in eliminateIVComparison() 250 const SCEV *X = SE->getSCEVAtScope(ICmp->getOperand(1 - IVOperIdx), ICmpLoop); in eliminateIVComparison() 360 const Loop *ICmpLoop = LI->getLoopFor(Rem->getParent()); in simplifyIVRemainder() local 361 N = SE->getSCEVAtScope(N, ICmpLoop); in simplifyIVRemainder() 370 D = SE->getSCEVAtScope(D, ICmpLoop); in simplifyIVRemainder()
|
/external/llvm/lib/Transforms/Utils/ |
D | SimplifyIndVar.cpp | 165 const Loop *ICmpLoop = LI->getLoopFor(ICmp->getParent()); in eliminateIVComparison() local 166 S = SE->getSCEVAtScope(S, ICmpLoop); in eliminateIVComparison() 167 X = SE->getSCEVAtScope(X, ICmpLoop); in eliminateIVComparison() 283 const Loop *ICmpLoop = LI->getLoopFor(Rem->getParent()); in eliminateIVRemainder() local 284 S = SE->getSCEVAtScope(S, ICmpLoop); in eliminateIVRemainder() 285 X = SE->getSCEVAtScope(X, ICmpLoop); in eliminateIVRemainder()
|