Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DScalarEvolutionExpander.cpp2119 Instruction *IsomorphicInc = in replaceCongruentIVs() local
2122 if (OrigInc && IsomorphicInc) { in replaceCongruentIVs()
2130 isExpandedAddRecExprPHI(Phi, IsomorphicInc, L))) { in replaceCongruentIVs()
2132 std::swap(OrigInc, IsomorphicInc); in replaceCongruentIVs()
2142 SE.getTruncateOrNoop(SE.getSCEV(OrigInc), IsomorphicInc->getType()); in replaceCongruentIVs()
2143 if (OrigInc != IsomorphicInc && in replaceCongruentIVs()
2144 TruncExpr == SE.getSCEV(IsomorphicInc) && in replaceCongruentIVs()
2145 SE.LI.replacementPreservesLCSSAForm(IsomorphicInc, OrigInc) && in replaceCongruentIVs()
2146 hoistIVInc(OrigInc, IsomorphicInc)) { in replaceCongruentIVs()
2149 << *IsomorphicInc << '\n'); in replaceCongruentIVs()
[all …]