Lines Matching refs:JoinMBB
6311 MachineBasicBlock *JoinMBB = splitBlockBefore(MI, MBB); in emitSelect() local
6316 if (!LastMI->killsRegister(SystemZ::CC) && !checkCCKill(*LastMI, JoinMBB)) { in emitSelect()
6318 JoinMBB->addLiveIn(SystemZ::CC); in emitSelect()
6326 .addImm(CCValid).addImm(CCMask).addMBB(JoinMBB); in emitSelect()
6327 MBB->addSuccessor(JoinMBB); in emitSelect()
6333 MBB->addSuccessor(JoinMBB); in emitSelect()
6338 MBB = JoinMBB; in emitSelect()
6345 return JoinMBB; in emitSelect()
6403 MachineBasicBlock *JoinMBB = splitBlockBefore(MI, MBB); in emitCondStore() local
6408 if (!MI.killsRegister(SystemZ::CC) && !checkCCKill(MI, JoinMBB)) { in emitCondStore()
6410 JoinMBB->addLiveIn(SystemZ::CC); in emitCondStore()
6418 .addImm(CCValid).addImm(CCMask).addMBB(JoinMBB); in emitCondStore()
6419 MBB->addSuccessor(JoinMBB); in emitCondStore()
6431 MBB->addSuccessor(JoinMBB); in emitCondStore()
6434 return JoinMBB; in emitCondStore()