Home
last modified time | relevance | path

Searched refs:OrigInc (Results 1 – 4 of 4) sorted by relevance

/external/llvm/lib/Analysis/
DScalarEvolutionExpander.cpp1825 Instruction *OrigInc = dyn_cast<Instruction>( in replaceCongruentIVs() local
1830 if (OrigInc && IsomorphicInc) { in replaceCongruentIVs()
1836 isExpandedAddRecExprPHI(OrigPhiRef, OrigInc, L)) && in replaceCongruentIVs()
1840 std::swap(OrigInc, IsomorphicInc); in replaceCongruentIVs()
1850 SE.getTruncateOrNoop(SE.getSCEV(OrigInc), IsomorphicInc->getType()); in replaceCongruentIVs()
1851 if (OrigInc != IsomorphicInc && in replaceCongruentIVs()
1853 SE.LI.replacementPreservesLCSSAForm(IsomorphicInc, OrigInc) && in replaceCongruentIVs()
1854 hoistIVInc(OrigInc, IsomorphicInc)) { in replaceCongruentIVs()
1858 Value *NewInc = OrigInc; in replaceCongruentIVs()
1859 if (OrigInc->getType() != IsomorphicInc->getType()) { in replaceCongruentIVs()
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DScalarEvolutionExpander.cpp1930 Instruction *OrigInc = dyn_cast<Instruction>( in replaceCongruentIVs() local
1935 if (OrigInc && IsomorphicInc) { in replaceCongruentIVs()
1941 isExpandedAddRecExprPHI(OrigPhiRef, OrigInc, L)) && in replaceCongruentIVs()
1945 std::swap(OrigInc, IsomorphicInc); in replaceCongruentIVs()
1955 SE.getTruncateOrNoop(SE.getSCEV(OrigInc), IsomorphicInc->getType()); in replaceCongruentIVs()
1956 if (OrigInc != IsomorphicInc && in replaceCongruentIVs()
1958 SE.LI.replacementPreservesLCSSAForm(IsomorphicInc, OrigInc) && in replaceCongruentIVs()
1959 hoistIVInc(OrigInc, IsomorphicInc)) { in replaceCongruentIVs()
1963 Value *NewInc = OrigInc; in replaceCongruentIVs()
1964 if (OrigInc->getType() != IsomorphicInc->getType()) { in replaceCongruentIVs()
[all …]
/external/swiftshader/third_party/LLVM/lib/Analysis/
DScalarEvolutionExpander.cpp1544 Instruction *OrigInc = in replaceCongruentIVs() local
1550 if (!isExpandedAddRecExprPHI(OrigPhiRef, OrigInc, L) in replaceCongruentIVs()
1553 std::swap(OrigInc, IsomorphicInc); in replaceCongruentIVs()
1560 if (OrigInc != IsomorphicInc && in replaceCongruentIVs()
1561 OrigInc->getType() == IsomorphicInc->getType() && in replaceCongruentIVs()
1562 SE.getSCEV(OrigInc) == SE.getSCEV(IsomorphicInc) && in replaceCongruentIVs()
1563 hoistStep(OrigInc, IsomorphicInc, DT)) { in replaceCongruentIVs()
1567 IsomorphicInc->replaceAllUsesWith(OrigInc); in replaceCongruentIVs()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DIndVarSimplify.cpp1598 auto *OrigInc = in createWideIV() local
1600 WideInc->setDebugLoc(OrigInc->getDebugLoc()); in createWideIV()