Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZPostRewrite.cpp185 MachineBasicBlock *MoveMBB = MF.CreateMachineBasicBlock(BB); in expandCondMove() local
186 MF.insert(std::next(MachineFunction::iterator(MBB)), MoveMBB); in expandCondMove()
187 MoveMBB->addLiveIn(SrcReg); in expandCondMove()
189 MoveMBB->addLiveIn(*I); in expandCondMove()
196 MBB.addSuccessor(MoveMBB); in expandCondMove()
200 BuildMI(*MoveMBB, MoveMBB->end(), DL, TII->get(SystemZ::COPY), DestReg) in expandCondMove()
202 MoveMBB->addSuccessor(RestMBB); in expandCondMove()