Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DLiveDebugVariables.cpp628 bool collectDebugValues(MachineFunction &mf, bool InstrRef);
637 bool runOnMachineFunction(MachineFunction &mf, bool InstrRef);
914 bool LDVImpl::collectDebugValues(MachineFunction &mf, bool InstrRef) { in collectDebugValues() argument
936 if (InstrRef && (MBBI->isNonListDebugValue() || MBBI->isDebugPHI() || in collectDebugValues()
1258 bool LDVImpl::runOnMachineFunction(MachineFunction &mf, bool InstrRef) { in runOnMachineFunction() argument
1266 bool Changed = collectDebugValues(mf, InstrRef); in runOnMachineFunction()
1306 bool InstrRef = mf.useDebugInstrRef(); in runOnMachineFunction() local
1310 return static_cast<LDVImpl *>(pImpl)->runOnMachineFunction(mf, InstrRef); in runOnMachineFunction()
/llvm-project-15.0.7/llvm/test/DebugInfo/MIR/InstrRef/
H A Dphi-coalesce-subreg.mir73 !1 = !DIFile(filename: "test.c", directory: "/fast/fs/llvm3/llvm/test/DebugInfo/MIR/InstrRef")
/llvm-project-15.0.7/llvm/test/CodeGen/AArch64/
H A Dlive-debugvalues-sve.mir3 # FIXME: re-enable this run line when InstrRef LiveDebugValues is able to
/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DInstrEmitter.cpp712 if (auto *InstrRef = EmitDbgInstrRef(SD, VRBaseMap)) in EmitDbgValue() local
713 return InstrRef; in EmitDbgValue()
H A DSelectionDAGISel.cpp533 bool InstrRef = MF->useDebugInstrRef(); in runOnMachineFunction() local
555 if (InstrRef) in runOnMachineFunction()