Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/
DLiveDebugVariables.cpp632 bool collectDebugValues(MachineFunction &mf, bool InstrRef);
921 bool LDVImpl::collectDebugValues(MachineFunction &mf, bool InstrRef) { in collectDebugValues() function in LDVImpl
1273 bool Changed = collectDebugValues(mf, InstrRef); in runOnMachineFunction()
DMachineInstr.cpp2281 void MachineInstr::collectDebugValues( in collectDebugValues() function in MachineInstr
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
DMachineInstr.h1838 void collectDebugValues(SmallVectorImpl<MachineInstr *> &DbgValues);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/RISCV/
DRISCVISelLowering.cpp6860 SequenceMBBI->collectDebugValues(SelectDebugValues); in emitSelectPseudo()