Home
last modified time | relevance | path

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

/freebsd-head/contrib/llvm-project/llvm/include/llvm/CodeGen/
HDMachineFunction.h621 bool shouldUseDebugInstrRef() const;
/freebsd-head/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
HDSelectionDAGISel.cpp358 MF.setUseDebugInstrRef(MF.shouldUseDebugInstrRef()); in runOnMachineFunction()
458 MF.setUseDebugInstrRef(MF.shouldUseDebugInstrRef()); in run()
594 bool InstrRef = mf.shouldUseDebugInstrRef(); in runOnMachineFunction()
/freebsd-head/contrib/llvm-project/llvm/lib/CodeGen/
HDMachineFunction.cpp1224 bool MachineFunction::shouldUseDebugInstrRef() const { in shouldUseDebugInstrRef() function in MachineFunction