Home
last modified time | relevance | path

Searched refs:collectDebugValues (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DStackFrameLayoutAnalysisPass.cpp229 MI.collectDebugValues(Dbg); in genSlotDbgMapping()
H A DLiveDebugVariables.cpp630 bool collectDebugValues(MachineFunction &mf, bool InstrRef);
920 bool LDVImpl::collectDebugValues(MachineFunction &mf, bool InstrRef) { in collectDebugValues() function in LDVImpl
1271 bool Changed = collectDebugValues(mf, InstrRef); in runOnMachineFunction()
H A DMachineInstr.cpp2315 void MachineInstr::collectDebugValues( in collectDebugValues() function in MachineInstr
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineInstr.h1928 void collectDebugValues(SmallVectorImpl<MachineInstr *> &DbgValues);
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp16900 SequenceMBBI->collectDebugValues(SelectDebugValues); in emitSelectPseudo()