Searched refs:JoinMBB (Results 1 – 1 of 1) sorted by relevance
9679 MachineBasicBlock *JoinMBB = SystemZ::splitBlockAfter(LastMI, MBB); in emitSelect() local9686 JoinMBB->addLiveIn(SystemZ::CC); in emitSelect()9694 .addImm(CCValid).addImm(CCMask).addMBB(JoinMBB); in emitSelect()9695 MBB->addSuccessor(JoinMBB); in emitSelect()9701 MBB->addSuccessor(JoinMBB); in emitSelect()9706 MBB = JoinMBB; in emitSelect()9715 return JoinMBB; in emitSelect()9772 MachineBasicBlock *JoinMBB = SystemZ::splitBlockBefore(MI, MBB); in emitCondStore() local9778 !checkCCKill(MI, JoinMBB)) { in emitCondStore()9780 JoinMBB->addLiveIn(SystemZ::CC); in emitCondStore()[all …]