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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsDelaySlotFiller.cpp123 void addLiveOut(const MachineBasicBlock &MBB,
403 void RegDefsUses::addLiveOut(const MachineBasicBlock &MBB, function in class:RegDefsUses
937 RegDU.addLiveOut(Pred, Succ);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUMachineCFGStructurizer.cpp394 void addLiveOut(unsigned VReg);
705 addLiveOut(Reg);
712 addLiveOut(Reg);
724 addLiveOut(Reg);
745 addLiveOut(Reg);
784 addLiveOut(PHIReg);
853 addLiveOut(PHIReg);
896 void LinearizedRegion::addLiveOut(unsigned VReg) { LiveOuts.insert(VReg); }
906 addLiveOut(NewReg);
1631 LRegion->addLiveOut(CombinedSourceRe
[all...]

Completed in 179 milliseconds