Searched refs:JoinMBB (Results 1 – 2 of 2) sorted by relevance
6153 MachineBasicBlock *JoinMBB = splitBlockBefore(MI, MBB); in emitSelect() local6158 if (!LastMI->killsRegister(SystemZ::CC) && !checkCCKill(*LastMI, JoinMBB)) { in emitSelect()6160 JoinMBB->addLiveIn(SystemZ::CC); in emitSelect()6168 .addImm(CCValid).addImm(CCMask).addMBB(JoinMBB); in emitSelect()6169 MBB->addSuccessor(JoinMBB); in emitSelect()6175 MBB->addSuccessor(JoinMBB); in emitSelect()6180 MBB = JoinMBB; in emitSelect()6187 return JoinMBB; in emitSelect()6245 MachineBasicBlock *JoinMBB = splitBlockBefore(MI, MBB); in emitCondStore() local6250 if (!MI.killsRegister(SystemZ::CC) && !checkCCKill(MI, JoinMBB)) { in emitCondStore()[all …]
5211 MachineBasicBlock *JoinMBB = splitBlockBefore(MI, MBB); in emitSelect() local5219 .addImm(CCValid).addImm(CCMask).addMBB(JoinMBB); in emitSelect()5220 MBB->addSuccessor(JoinMBB); in emitSelect()5226 MBB->addSuccessor(JoinMBB); in emitSelect()5231 MBB = JoinMBB; in emitSelect()5237 return JoinMBB; in emitSelect()5280 MachineBasicBlock *JoinMBB = splitBlockBefore(MI, MBB); in emitCondStore() local5288 .addImm(CCValid).addImm(CCMask).addMBB(JoinMBB); in emitCondStore()5289 MBB->addSuccessor(JoinMBB); in emitCondStore()5298 MBB->addSuccessor(JoinMBB); in emitCondStore()[all …]