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.cpp198 MachineBasicBlock *MoveMBB = MF.CreateMachineBasicBlock(BB); in expandCondMove() local
199 MF.insert(std::next(MachineFunction::iterator(MBB)), MoveMBB); in expandCondMove()
200 MoveMBB->addLiveIn(SrcReg); in expandCondMove()
202 MoveMBB->addLiveIn(R); in expandCondMove()
209 MBB.addSuccessor(MoveMBB); in expandCondMove()
214 BuildMI(*MoveMBB, MoveMBB->end(), DL, TII->get(SystemZ::COPY), DestReg) in expandCondMove()
218 MoveMBB->addSuccessor(RestMBB); in expandCondMove()