Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
HDAMDGPUMachineCFGStructurizer.cpp394 void addLiveOut(unsigned VReg);
705 addLiveOut(Reg); in storeLiveOutReg()
712 addLiveOut(Reg); in storeLiveOutReg()
724 addLiveOut(Reg); in storeLiveOutReg()
745 addLiveOut(Reg); in storeLiveOutRegRegion()
784 addLiveOut(PHIReg); in storeLiveOuts()
853 addLiveOut(PHIReg); in storeLiveOuts()
896 void LinearizedRegion::addLiveOut(unsigned VReg) { LiveOuts.insert(VReg); } in addLiveOut() function in LinearizedRegion
906 addLiveOut(NewReg); in replaceLiveOut()
1631 LRegion->addLiveOut(CombinedSourceReg); in replaceLiveOutRegs()
[all …]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Mips/
HDMipsDelaySlotFiller.cpp123 void addLiveOut(const MachineBasicBlock &MBB,
403 void RegDefsUses::addLiveOut(const MachineBasicBlock &MBB, in addLiveOut() function in RegDefsUses
937 RegDU.addLiveOut(Pred, Succ); in examinePred()