Home
last modified time | relevance | path

Searched refs:useDebugInstrRef (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/llvm/lib/CodeGen/LiveDebugValues/
H A DLiveDebugValues.cpp109 bool InstrRefBased = MF.useDebugInstrRef(); in runOnMachineFunction()
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DMachineFunction.h567 bool useDebugInstrRef() const;
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DMachineFunction.cpp1241 bool MachineFunction::useDebugInstrRef() const { in useDebugInstrRef() function in MachineFunction
H A DLiveDebugVariables.cpp1306 bool InstrRef = mf.useDebugInstrRef(); in runOnMachineFunction()
/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGISel.cpp385 UseInstrRefDebugInfo = mf.useDebugInstrRef(); in runOnMachineFunction()
533 bool InstrRef = MF->useDebugInstrRef(); in runOnMachineFunction()
H A DSelectionDAGBuilder.cpp5514 if (Reg.isVirtual() && MF.useDebugInstrRef()) { in EmitFuncArgumentDbgValue()