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()
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()
1493 MachineBasicBlock &OpMBB = *MI.getOperand(i + 1).getMBB(); in narrowScalar() local1494 MIRBuilder.setInsertPt(OpMBB, OpMBB.getFirstTerminatorForward()); in narrowScalar()2831 MachineBasicBlock &OpMBB = *MI.getOperand(I + 1).getMBB(); in widenScalar() local2832 MIRBuilder.setInsertPt(OpMBB, OpMBB.getFirstTerminatorForward()); in widenScalar()4366 MachineBasicBlock &OpMBB = *MI.getOperand(UseIdx + 1).getMBB(); in fewerElementsVectorPhi() local4367 MIRBuilder.setInsertPt(OpMBB, OpMBB.getFirstTerminatorForward()); in fewerElementsVectorPhi()5394 MachineBasicBlock &OpMBB = *MI.getOperand(I + 1).getMBB(); in moreElementsVectorPhi() local5395 MIRBuilder.setInsertPt(OpMBB, OpMBB.getFirstTerminator()); in moreElementsVectorPhi()