Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/LiveDebugValues/
H A DLiveDebugValues.cpp113 bool InstrRefBased = MF.useDebugInstrRef(); in runOnMachineFunction()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineFunction.h625 bool useDebugInstrRef() const;
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMIRPrinter.cpp209 YamlMF.UseDebugInstrRef = MF.useDebugInstrRef(); in print()
H A DMachineFunction.cpp1242 bool MachineFunction::useDebugInstrRef() const { in useDebugInstrRef() function in MachineFunction
H A DLiveDebugVariables.cpp1311 bool InstrRef = mf.useDebugInstrRef(); in runOnMachineFunction()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DFastISel.cpp1308 if (!FuncInfo.MF->useDebugInstrRef()) { in lowerDbgValue()
1362 if (FuncInfo.MF->useDebugInstrRef() && Op->isReg()) { in lowerDbgDeclare()
H A DInstrEmitter.cpp1457 EmitDebugInstrRefs = mbb->getParent()->useDebugInstrRef(); in InstrEmitter()
H A DSelectionDAGISel.cpp777 if (MF->useDebugInstrRef()) in runOnMachineFunction()
H A DSelectionDAGBuilder.cpp5992 if (Reg.isVirtual() && MF.useDebugInstrRef()) { in EmitFuncArgumentDbgValue()