Searched refs:RestMBB (Results 1 – 1 of 1) sorted by relevance
83 MachineBasicBlock *RestMBB = MF.CreateMachineBasicBlock(BB); in expandLOCRMux() local84 MF.insert(std::next(MachineFunction::iterator(MBB)), RestMBB); in expandLOCRMux()85 RestMBB->splice(RestMBB->begin(), &MBB, MI, MBB.end()); in expandLOCRMux()86 RestMBB->transferSuccessors(&MBB); in expandLOCRMux()88 RestMBB->addLiveIn(*I); in expandLOCRMux()100 .addImm(CCValid).addImm(CCMask ^ CCValid).addMBB(RestMBB); in expandLOCRMux()101 MBB.addSuccessor(RestMBB); in expandLOCRMux()108 MoveMBB->addSuccessor(RestMBB); in expandLOCRMux()