Searched refs:MoveMBB (Results 1 – 1 of 1) sorted by relevance
91 MachineBasicBlock *MoveMBB = MF.CreateMachineBasicBlock(BB); in expandLOCRMux() local92 MF.insert(std::next(MachineFunction::iterator(MBB)), MoveMBB); in expandLOCRMux()93 MoveMBB->addLiveIn(SrcReg); in expandLOCRMux()95 MoveMBB->addLiveIn(*I); in expandLOCRMux()102 MBB.addSuccessor(MoveMBB); in expandLOCRMux()106 TII->copyPhysReg(*MoveMBB, MoveMBB->end(), DL, DestReg, SrcReg, in expandLOCRMux()108 MoveMBB->addSuccessor(RestMBB); in expandLOCRMux()