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/
DMachineFunction.h576 bool shouldUseDebugInstrRef() const;
/openbsd/src/gnu/llvm/llvm/lib/CodeGen/
DMachineFunction.cpp1198 bool MachineFunction::shouldUseDebugInstrRef() const { in shouldUseDebugInstrRef() function in MachineFunction
/openbsd/src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGISel.cpp395 bool InstrRef = mf.shouldUseDebugInstrRef(); in runOnMachineFunction()