Searched refs:InstrRef (Results 1 – 5 of 5) sorted by relevance
628 bool collectDebugValues(MachineFunction &mf, bool InstrRef);637 bool runOnMachineFunction(MachineFunction &mf, bool InstrRef);914 bool LDVImpl::collectDebugValues(MachineFunction &mf, bool InstrRef) { in collectDebugValues() argument936 if (InstrRef && (MBBI->isNonListDebugValue() || MBBI->isDebugPHI() || in collectDebugValues()1258 bool LDVImpl::runOnMachineFunction(MachineFunction &mf, bool InstrRef) { in runOnMachineFunction() argument1266 bool Changed = collectDebugValues(mf, InstrRef); in runOnMachineFunction()1306 bool InstrRef = mf.useDebugInstrRef(); in runOnMachineFunction() local1310 return static_cast<LDVImpl *>(pImpl)->runOnMachineFunction(mf, InstrRef); in runOnMachineFunction()
73 !1 = !DIFile(filename: "test.c", directory: "/fast/fs/llvm3/llvm/test/DebugInfo/MIR/InstrRef")
3 # FIXME: re-enable this run line when InstrRef LiveDebugValues is able to
712 if (auto *InstrRef = EmitDbgInstrRef(SD, VRBaseMap)) in EmitDbgValue() local713 return InstrRef; in EmitDbgValue()
533 bool InstrRef = MF->useDebugInstrRef(); in runOnMachineFunction() local555 if (InstrRef) in runOnMachineFunction()