Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DReachingDefAnalysis.h187 void getReachingLocalUses(MachineInstr *MI, MCRegister PhysReg,
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DReachingDefAnalysis.cpp331 void ReachingDefAnalysis::getReachingLocalUses(MachineInstr *Def, in getReachingLocalUses() function in ReachingDefAnalysis
380 getReachingLocalUses(MI, PhysReg, Uses); in getGlobalUses()
/llvm-project-15.0.7/llvm/lib/Target/ARM/
H A DARMLowOverheadLoops.cpp558 RDA.getReachingLocalUses(&IT, MCRegister::from(ARM::ITSTATE), in INITIALIZE_PASS()
1411 RDA->getReachingLocalUses(LoLoop.Dec, MCRegister::from(ARM::LR), Uses); in ProcessLoop()