Searched refs:RestMBB (Results 1 – 1 of 1) sorted by relevance
190 MachineBasicBlock *RestMBB = MF.CreateMachineBasicBlock(BB); in expandCondMove() local191 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()