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

/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonEarlyIfConv.cpp205 void updatePhiNodes(MachineBasicBlock *WhereB, const FlowPattern &FP);
810 void HexagonEarlyIfConversion::updatePhiNodes(MachineBasicBlock *WhereB, argument
812 // Visit all PHI nodes in the WhereB block and generate MUX instructions
814 auto NonPHI = WhereB->getFirstNonPHI();
815 for (auto I = WhereB->begin(); I != NonPHI; ++I) {

Completed in 90 milliseconds