Lines Matching refs:JoinMBB
7642 MachineBasicBlock *JoinMBB = SystemZ::splitBlockAfter(LastMI, MBB); in emitSelect() local
7649 JoinMBB->addLiveIn(SystemZ::CC); in emitSelect()
7657 .addImm(CCValid).addImm(CCMask).addMBB(JoinMBB); in emitSelect()
7658 MBB->addSuccessor(JoinMBB); in emitSelect()
7664 MBB->addSuccessor(JoinMBB); in emitSelect()
7669 MBB = JoinMBB; in emitSelect()
7678 return JoinMBB; in emitSelect()
7735 MachineBasicBlock *JoinMBB = SystemZ::splitBlockBefore(MI, MBB); in emitCondStore() local
7740 if (!MI.killsRegister(SystemZ::CC) && !checkCCKill(MI, JoinMBB)) { in emitCondStore()
7742 JoinMBB->addLiveIn(SystemZ::CC); in emitCondStore()
7750 .addImm(CCValid).addImm(CCMask).addMBB(JoinMBB); in emitCondStore()
7751 MBB->addSuccessor(JoinMBB); in emitCondStore()
7764 MBB->addSuccessor(JoinMBB); in emitCondStore()
7767 return JoinMBB; in emitCondStore()