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()
294 MachineOperand &OpMBB = MI.getOperand(OpIdx + 1); in splitEdge() local295 assert(OpMBB.isMBB() && "Block operand to a PHI is not a block!"); in splitEdge()296 if (OpMBB.getMBB() != &MBB) in splitEdge()301 OpMBB.setMBB(&NewMBB); in splitEdge()
1177 MachineBasicBlock &OpMBB = *MI.getOperand(i + 1).getMBB(); in narrowScalar() local1178 MIRBuilder.setInsertPt(OpMBB, OpMBB.getFirstTerminatorForward()); in narrowScalar()2463 MachineBasicBlock &OpMBB = *MI.getOperand(I + 1).getMBB(); in widenScalar() local2464 MIRBuilder.setInsertPt(OpMBB, OpMBB.getFirstTerminatorForward()); in widenScalar()3789 MachineBasicBlock &OpMBB = *MI.getOperand(UseIdx + 1).getMBB(); in fewerElementsVectorPhi() local3790 MIRBuilder.setInsertPt(OpMBB, OpMBB.getFirstTerminatorForward()); in fewerElementsVectorPhi()4791 MachineBasicBlock &OpMBB = *MI.getOperand(I + 1).getMBB(); in moreElementsVectorPhi() local4792 MIRBuilder.setInsertPt(OpMBB, OpMBB.getFirstTerminator()); in moreElementsVectorPhi()