Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/
DSystemZISelLowering.cpp6895 MachineBasicBlock *JoinMBB = splitBlockAfter(LastMI, MBB); in emitSelect() local
6902 JoinMBB->addLiveIn(SystemZ::CC); in emitSelect()
6910 .addImm(CCValid).addImm(CCMask).addMBB(JoinMBB); in emitSelect()
6911 MBB->addSuccessor(JoinMBB); in emitSelect()
6917 MBB->addSuccessor(JoinMBB); in emitSelect()
6922 MBB = JoinMBB; in emitSelect()
6931 return JoinMBB; in emitSelect()
6989 MachineBasicBlock *JoinMBB = splitBlockBefore(MI, MBB); in emitCondStore() local
6994 if (!MI.killsRegister(SystemZ::CC) && !checkCCKill(MI, JoinMBB)) { in emitCondStore()
6996 JoinMBB->addLiveIn(SystemZ::CC); in emitCondStore()
[all …]