Lines Matching refs:JoinMBB
8190 MachineBasicBlock *JoinMBB = SystemZ::splitBlockAfter(LastMI, MBB); in emitSelect() local
8197 JoinMBB->addLiveIn(SystemZ::CC); in emitSelect()
8205 .addImm(CCValid).addImm(CCMask).addMBB(JoinMBB); in emitSelect()
8206 MBB->addSuccessor(JoinMBB); in emitSelect()
8212 MBB->addSuccessor(JoinMBB); in emitSelect()
8217 MBB = JoinMBB; in emitSelect()
8226 return JoinMBB; in emitSelect()
8283 MachineBasicBlock *JoinMBB = SystemZ::splitBlockBefore(MI, MBB); in emitCondStore() local
8288 if (!MI.killsRegister(SystemZ::CC) && !checkCCKill(MI, JoinMBB)) { in emitCondStore()
8290 JoinMBB->addLiveIn(SystemZ::CC); in emitCondStore()
8298 .addImm(CCValid).addImm(CCMask).addMBB(JoinMBB); in emitCondStore()
8299 MBB->addSuccessor(JoinMBB); in emitCondStore()
8312 MBB->addSuccessor(JoinMBB); in emitCondStore()
8315 return JoinMBB; in emitCondStore()
8333 MachineBasicBlock *JoinMBB = SystemZ::splitBlockAfter(MI, MBB); in emitICmp128Hi() local
8354 .addImm(SystemZ::CCMASK_ICMP).addImm(SystemZ::CCMASK_CMP_NE).addMBB(JoinMBB); in emitICmp128Hi()
8355 MBB->addSuccessor(JoinMBB); in emitICmp128Hi()
8372 MBB->addSuccessor(JoinMBB); in emitICmp128Hi()
8375 JoinMBB->addLiveIn(SystemZ::CC); in emitICmp128Hi()
8378 return JoinMBB; in emitICmp128Hi()