Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp7248 JoinMBB->addLiveIn(SystemZ::CC); in emitSelect()
7256 .addImm(CCValid).addImm(CCMask).addMBB(JoinMBB); in emitSelect()
7257 MBB->addSuccessor(JoinMBB); in emitSelect()
7263 MBB->addSuccessor(JoinMBB); in emitSelect()
7268 MBB = JoinMBB; in emitSelect()
7277 return JoinMBB; in emitSelect()
7342 JoinMBB->addLiveIn(SystemZ::CC); in emitCondStore()
7350 .addImm(CCValid).addImm(CCMask).addMBB(JoinMBB); in emitCondStore()
7351 MBB->addSuccessor(JoinMBB); in emitCondStore()
7364 MBB->addSuccessor(JoinMBB); in emitCondStore()
[all …]