Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/LiveDebugValues/
H A DLiveDebugValues.cpp139 bool InstrRefBased = MF.useDebugInstrRef(); in run()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DRemoveLoadsIntoFakeUses.cpp106 if (!MF.useDebugInstrRef()) in run()
H A DMIRPrinter.cpp187 YamlMF.UseDebugInstrRef = MF.useDebugInstrRef(); in printMF()
H A DMachineFunction.cpp1297 bool MachineFunction::useDebugInstrRef() const { in useDebugInstrRef() function in MachineFunction
H A DLiveDebugVariables.cpp1369 bool InstrRef = MF.useDebugInstrRef(); in analyze()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineFunction.h666 bool useDebugInstrRef() const;
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DFastISel.cpp1300 if (!FuncInfo.MF->useDebugInstrRef()) { in lowerDbgValue()
1354 if (FuncInfo.MF->useDebugInstrRef() && Op->isReg()) { in lowerDbgDeclare()
H A DInstrEmitter.cpp1458 EmitDebugInstrRefs = mbb->getParent()->useDebugInstrRef(); in InstrEmitter()
H A DSelectionDAGISel.cpp752 if (MF->useDebugInstrRef()) in runOnMachineFunction()
H A DSelectionDAGBuilder.cpp6084 if (Reg.isVirtual() && MF.useDebugInstrRef()) { in EmitFuncArgumentDbgValue()