Home
last modified time | relevance | path

Searched refs:MoveMBB (Results 1 – 1 of 1) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/Target/SystemZ/
H A DSystemZExpandPseudo.cpp91 MachineBasicBlock *MoveMBB = MF.CreateMachineBasicBlock(BB); in expandLOCRMux() local
92 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()