Lines Matching refs:JoinMBB
7241 MachineBasicBlock *JoinMBB = SystemZ::splitBlockAfter(LastMI, MBB); in emitSelect() local
7248 JoinMBB->addLiveIn(SystemZ::CC); in emitSelect()
7256 .addImm(CCValid).addImm(CCMask).addMBB(JoinMBB); in emitSelect()
7257 MBB->addSuccessor(JoinMBB); in emitSelect()
7263 MBB->addSuccessor(JoinMBB); in emitSelect()
7268 MBB = JoinMBB; in emitSelect()
7277 return JoinMBB; in emitSelect()
7335 MachineBasicBlock *JoinMBB = SystemZ::splitBlockBefore(MI, MBB); in emitCondStore() local
7340 if (!MI.killsRegister(SystemZ::CC) && !checkCCKill(MI, JoinMBB)) { in emitCondStore()
7342 JoinMBB->addLiveIn(SystemZ::CC); in emitCondStore()
7350 .addImm(CCValid).addImm(CCMask).addMBB(JoinMBB); in emitCondStore()
7351 MBB->addSuccessor(JoinMBB); in emitCondStore()
7364 MBB->addSuccessor(JoinMBB); in emitCondStore()
7367 return JoinMBB; in emitCondStore()