Searched refs:OpMBB (Results 1 – 3 of 3) sorted by relevance
317 MachineOperand &OpMBB = MI.getOperand(OpIdx + 1); in splitBlock() local318 assert(OpMBB.isMBB() && "Block operand to a PHI is not a block!"); in splitBlock()319 if (OpMBB.getMBB() != &MBB) in splitBlock()324 OpMBB.setMBB(&NewMBB); in splitBlock()
293 MachineOperand &OpMBB = MI.getOperand(OpIdx + 1); in splitEdge() local294 assert(OpMBB.isMBB() && "Block operand to a PHI is not a block!"); in splitEdge()295 if (OpMBB.getMBB() != &MBB) in splitEdge()300 OpMBB.setMBB(&NewMBB); in splitEdge()
1076 MachineBasicBlock &OpMBB = *MI.getOperand(i + 1).getMBB(); in narrowScalar() local1077 MIRBuilder.setInsertPt(OpMBB, OpMBB.getFirstTerminator()); in narrowScalar()2411 MachineBasicBlock &OpMBB = *MI.getOperand(I + 1).getMBB(); in widenScalar() local2412 MIRBuilder.setInsertPt(OpMBB, OpMBB.getFirstTerminator()); in widenScalar()3833 MachineBasicBlock &OpMBB = *MI.getOperand(I + 1).getMBB(); in fewerElementsVectorPhi() local3834 MIRBuilder.setInsertPt(OpMBB, OpMBB.getFirstTerminator()); in fewerElementsVectorPhi()3847 MIB.addMBB(&OpMBB); in fewerElementsVectorPhi()4907 MachineBasicBlock &OpMBB = *MI.getOperand(I + 1).getMBB(); in moreElementsVectorPhi() local4908 MIRBuilder.setInsertPt(OpMBB, OpMBB.getFirstTerminator()); in moreElementsVectorPhi()