Searched refs:JoinMBB (Results 1 – 1 of 1) sorted by relevance
6895 MachineBasicBlock *JoinMBB = splitBlockAfter(LastMI, MBB); in emitSelect() local6902 JoinMBB->addLiveIn(SystemZ::CC); in emitSelect()6910 .addImm(CCValid).addImm(CCMask).addMBB(JoinMBB); in emitSelect()6911 MBB->addSuccessor(JoinMBB); in emitSelect()6917 MBB->addSuccessor(JoinMBB); in emitSelect()6922 MBB = JoinMBB; in emitSelect()6931 return JoinMBB; in emitSelect()6989 MachineBasicBlock *JoinMBB = splitBlockBefore(MI, MBB); in emitCondStore() local6994 if (!MI.killsRegister(SystemZ::CC) && !checkCCKill(MI, JoinMBB)) { in emitCondStore()6996 JoinMBB->addLiveIn(SystemZ::CC); in emitCondStore()[all …]