Home
last modified time | relevance | path

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

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