Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/
DSystemZPostRewrite.cpp177 MachineBasicBlock *RestMBB = MF.CreateMachineBasicBlock(BB); in expandCondMove() local
178 MF.insert(std::next(MachineFunction::iterator(MBB)), RestMBB); in expandCondMove()
179 RestMBB->splice(RestMBB->begin(), &MBB, MI, MBB.end()); in expandCondMove()
180 RestMBB->transferSuccessors(&MBB); in expandCondMove()
182 RestMBB->addLiveIn(*I); in expandCondMove()
194 .addImm(CCValid).addImm(CCMask ^ CCValid).addMBB(RestMBB); in expandCondMove()
195 MBB.addSuccessor(RestMBB); in expandCondMove()
202 MoveMBB->addSuccessor(RestMBB); in expandCondMove()