Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DLiveDebugVariables.h81 LiveDebugVariables &getLDV() { return *Impl; } in getLDV() function
82 const LiveDebugVariables &getLDV() const { return *Impl; } in getLDV() function
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DVirtRegMap.cpp295 getAnalysis<LiveDebugVariablesWrapperLegacy>().getLDV(); in runOnMachineFunction()
H A DRegAllocGreedy.cpp278 DebugVars = &P.getAnalysis<LiveDebugVariablesWrapperLegacy>().getLDV(); in RequiredAnalyses()