Searched refs:QuoPhi (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Transforms/Utils/
H A DBypassSlowDivision.cpp142 PHINode *QuoPhi = SuccessorBuilder.CreatePHI(Instr->getType(), 2); local
143 QuoPhi->addIncoming(SlowQuotientV, SlowBB);
144 QuoPhi->addIncoming(FastQuotientV, FastBB);
151 Instr->replaceAllUsesWith(QuoPhi);
177 DivPhiNodes Value(QuoPhi, RemPhi);

Completed in 51 milliseconds