Searched refs:getGlobalUses (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | ReachingDefAnalysis.cpp | 374 void ReachingDefAnalysis::getGlobalUses(MachineInstr *MI, MCRegister PhysReg, in getGlobalUses() function in ReachingDefAnalysis 635 getGlobalUses(MI, MO.getReg(), Uses); in isSafeToRemove() 667 getGlobalUses(Def, PhysReg, Uses); in collectKilledOperands() 692 getGlobalUses(Def, PhysReg, Uses); in isSafeToDefRegAt()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | ReachingDefAnalysis.h | 205 void getGlobalUses(MachineInstr *MI, MCRegister PhysReg, InstSet &Uses) const;
|
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
H A D | ARMLowOverheadLoops.cpp | 984 RDA.getGlobalUses(MI, MO.getReg().asMCReg(), Uses); in ValidateLiveOuts()
|