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

/freebsd-11.0-release/contrib/llvm/lib/Target/Hexagon/
H A DHexagonEarlyIfConv.cpp181 void updatePhiNodes(MachineBasicBlock *WhereB, const FlowPattern &FP);
775 void HexagonEarlyIfConversion::updatePhiNodes(MachineBasicBlock *WhereB, argument
777 // Visit all PHI nodes in the WhereB block and generate MUX instructions
779 auto NonPHI = WhereB->getFirstNonPHI();
780 for (auto I = WhereB->begin(); I != NonPHI; ++I) {

Completed in 159 milliseconds