Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp6318 JoinMBB->addLiveIn(SystemZ::CC); in emitSelect()
6326 .addImm(CCValid).addImm(CCMask).addMBB(JoinMBB); in emitSelect()
6327 MBB->addSuccessor(JoinMBB); in emitSelect()
6333 MBB->addSuccessor(JoinMBB); in emitSelect()
6338 MBB = JoinMBB; in emitSelect()
6345 return JoinMBB; in emitSelect()
6410 JoinMBB->addLiveIn(SystemZ::CC); in emitCondStore()
6418 .addImm(CCValid).addImm(CCMask).addMBB(JoinMBB); in emitCondStore()
6419 MBB->addSuccessor(JoinMBB); in emitCondStore()
6431 MBB->addSuccessor(JoinMBB); in emitCondStore()
[all …]