Home
last modified time | relevance | path

Searched refs:JoinMBB (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp9679 MachineBasicBlock *JoinMBB = SystemZ::splitBlockAfter(LastMI, MBB); in emitSelect() local
9686 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() local
9778 !checkCCKill(MI, JoinMBB)) { in emitCondStore()
9780 JoinMBB->addLiveIn(SystemZ::CC); in emitCondStore()
[all …]