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.cpp8355 MachineBasicBlock *JoinMBB = SystemZ::splitBlockAfter(LastMI, MBB); in emitSelect() local
8362 JoinMBB->addLiveIn(SystemZ::CC); in emitSelect()
8370 .addImm(CCValid).addImm(CCMask).addMBB(JoinMBB); in emitSelect()
8371 MBB->addSuccessor(JoinMBB); in emitSelect()
8377 MBB->addSuccessor(JoinMBB); in emitSelect()
8382 MBB = JoinMBB; in emitSelect()
8391 return JoinMBB; in emitSelect()
8448 MachineBasicBlock *JoinMBB = SystemZ::splitBlockBefore(MI, MBB); in emitCondStore() local
8454 !checkCCKill(MI, JoinMBB)) { in emitCondStore()
8456 JoinMBB->addLiveIn(SystemZ::CC); in emitCondStore()
[all …]