Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/LiveDebugValues/
H A DLiveDebugValues.cpp113 bool InstrRefBased = MF.useDebugInstrRef(); in runOnMachineFunction()
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DMachineFunction.h580 bool useDebugInstrRef() const;
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DMIRPrinter.cpp203 YamlMF.UseDebugInstrRef = MF.useDebugInstrRef(); in print()
H A DMachineFunction.cpp1216 bool MachineFunction::useDebugInstrRef() const { in useDebugInstrRef() function in MachineFunction
H A DLiveDebugVariables.cpp1310 bool InstrRef = mf.useDebugInstrRef(); in runOnMachineFunction()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DFastISel.cpp1250 if (FuncInfo.MF->useDebugInstrRef() && Op->isReg()) { in selectIntrinsicCall()
1312 if (!FuncInfo.MF->useDebugInstrRef()) { in selectIntrinsicCall()
H A DInstrEmitter.cpp1403 EmitDebugInstrRefs = mbb->getParent()->useDebugInstrRef(); in InstrEmitter()
H A DSelectionDAGISel.cpp626 if (MF->useDebugInstrRef()) in runOnMachineFunction()
H A DSelectionDAGBuilder.cpp5579 if (Reg.isVirtual() && MF.useDebugInstrRef()) { in EmitFuncArgumentDbgValue()