Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZPostRewrite.cpp178 MachineBasicBlock *MoveMBB = MF.CreateMachineBasicBlock(BB); in expandCondMove() local
179 MF.insert(std::next(MachineFunction::iterator(MBB)), MoveMBB); in expandCondMove()
180 MoveMBB->addLiveIn(SrcReg); in expandCondMove()
182 MoveMBB->addLiveIn(R); in expandCondMove()
189 MBB.addSuccessor(MoveMBB); in expandCondMove()
193 BuildMI(*MoveMBB, MoveMBB->end(), DL, TII->get(SystemZ::COPY), DestReg) in expandCondMove()
195 MoveMBB->addSuccessor(RestMBB); in expandCondMove()