Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineFunction.h617 void finalizeDebugInstrRefs();
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineFunction.cpp1162 void MachineFunction::finalizeDebugInstrRefs() { in finalizeDebugInstrRefs() function in MachineFunction
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGISel.cpp778 MF->finalizeDebugInstrRefs(); in runOnMachineFunction()