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.cpp170 MachineBasicBlock *RestMBB = MF.CreateMachineBasicBlock(BB); in expandCondMove() local
171 MF.insert(std::next(MachineFunction::iterator(MBB)), RestMBB); in expandCondMove()
172 RestMBB->splice(RestMBB->begin(), &MBB, MI, MBB.end()); in expandCondMove()
173 RestMBB->transferSuccessors(&MBB); in expandCondMove()
175 RestMBB->addLiveIn(R); in expandCondMove()
187 .addImm(CCValid).addImm(CCMask ^ CCValid).addMBB(RestMBB); in expandCondMove()
188 MBB.addSuccessor(RestMBB); in expandCondMove()
195 MoveMBB->addSuccessor(RestMBB); in expandCondMove()