Searched refs:OpMBB (Results 1 – 3 of 3) sorted by relevance
215 MachineOperand &OpMBB = MI.getOperand(OpIdx + 1); in splitBlock() local216 assert(OpMBB.isMBB() && "Block operand to a PHI is not a block!"); in splitBlock()217 if (OpMBB.getMBB() != &MBB) in splitBlock()222 OpMBB.setMBB(&NewMBB); in splitBlock()
291 MachineOperand &OpMBB = MI.getOperand(OpIdx + 1); in splitEdge() local292 assert(OpMBB.isMBB() && "Block operand to a PHI is not a block!"); in splitEdge()293 if (OpMBB.getMBB() != &MBB) in splitEdge()298 OpMBB.setMBB(&NewMBB); in splitEdge()
1756 MachineBasicBlock &OpMBB = *MI.getOperand(i + 1).getMBB(); in narrowScalar() local1757 MIRBuilder.setInsertPt(OpMBB, OpMBB.getFirstTerminatorForward()); in narrowScalar()3204 MachineBasicBlock &OpMBB = *MI.getOperand(I + 1).getMBB(); in widenScalar() local3205 MIRBuilder.setInsertPt(OpMBB, OpMBB.getFirstTerminatorForward()); in widenScalar()5042 MachineBasicBlock &OpMBB = *MI.getOperand(UseIdx + 1).getMBB(); in fewerElementsVectorPhi() local5043 MIRBuilder.setInsertPt(OpMBB, OpMBB.getFirstTerminatorForward()); in fewerElementsVectorPhi()6083 MachineBasicBlock &OpMBB = *MI.getOperand(I + 1).getMBB(); in moreElementsVectorPhi() local6084 MIRBuilder.setInsertPt(OpMBB, OpMBB.getFirstTerminator()); in moreElementsVectorPhi()