Home
last modified time | relevance | path

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

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