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