Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZPostRewrite.cpp190 MachineBasicBlock *RestMBB = MF.CreateMachineBasicBlock(BB); in expandCondMove() local
191 MF.insert(std::next(MachineFunction::iterator(MBB)), RestMBB); in expandCondMove()
192 RestMBB->splice(RestMBB->begin(), &MBB, MI, MBB.end()); in expandCondMove()
193 RestMBB->transferSuccessors(&MBB); in expandCondMove()
195 RestMBB->addLiveIn(R); in expandCondMove()
207 .addImm(CCValid).addImm(CCMask ^ CCValid).addMBB(RestMBB); in expandCondMove()
208 MBB.addSuccessor(RestMBB); in expandCondMove()
218 MoveMBB->addSuccessor(RestMBB); in expandCondMove()