Home
last modified time | relevance | path

Searched refs:setUseDebugInstrRef (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineFunction.h628 void setUseDebugInstrRef(bool UseInstrRef);
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineFunction.cpp1246 void MachineFunction::setUseDebugInstrRef(bool Use) { in setUseDebugInstrRef() function in MachineFunction
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/
H A DMIRParser.cpp476 MF.setUseDebugInstrRef(YamlMF.UseDebugInstrRef); in setupDebugValueTracking()
/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()