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.h658 void finalizeDebugInstrRefs();
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineFunction.cpp1217 void MachineFunction::finalizeDebugInstrRefs() { in finalizeDebugInstrRefs() function in MachineFunction
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGISel.cpp753 MF->finalizeDebugInstrRefs(); in runOnMachineFunction()