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