Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp7649 JoinMBB->addLiveIn(SystemZ::CC); in emitSelect()
7657 .addImm(CCValid).addImm(CCMask).addMBB(JoinMBB); in emitSelect()
7658 MBB->addSuccessor(JoinMBB); in emitSelect()
7664 MBB->addSuccessor(JoinMBB); in emitSelect()
7669 MBB = JoinMBB; in emitSelect()
7678 return JoinMBB; in emitSelect()
7742 JoinMBB->addLiveIn(SystemZ::CC); in emitCondStore()
7750 .addImm(CCValid).addImm(CCMask).addMBB(JoinMBB); in emitCondStore()
7751 MBB->addSuccessor(JoinMBB); in emitCondStore()
7764 MBB->addSuccessor(JoinMBB); in emitCondStore()
[all …]