Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DMachineFunction.h576 bool shouldUseDebugInstrRef() const;
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DMachineFunction.cpp1198 bool MachineFunction::shouldUseDebugInstrRef() const { in shouldUseDebugInstrRef() function in MachineFunction
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGISel.cpp395 bool InstrRef = mf.shouldUseDebugInstrRef(); in runOnMachineFunction()