Searched refs:InstrRef (Results 1 – 4 of 4) sorted by relevance
191 } InstrRef; member596 return Contents.InstrRef.InstrIdx; in getInstrRefInstrIndex()601 return Contents.InstrRef.OpIdx; in getInstrRefOpIndex()717 Contents.InstrRef.InstrIdx = InstrIdx; in setInstrRefInstrIndex()721 Contents.InstrRef.OpIdx = OpIdx; in setInstrRefOpIndex()954 Op.Contents.InstrRef.InstrIdx = InstrIdx; in CreateDbgInstrRef()955 Op.Contents.InstrRef.OpIdx = OpIdx; in CreateDbgInstrRef()
629 bool collectDebugValues(MachineFunction &mf, bool InstrRef);638 bool runOnMachineFunction(MachineFunction &mf, bool InstrRef);919 bool LDVImpl::collectDebugValues(MachineFunction &mf, bool InstrRef) { in collectDebugValues() argument941 if (InstrRef && (MBBI->isNonListDebugValue() || MBBI->isDebugPHI() || in collectDebugValues()1262 bool LDVImpl::runOnMachineFunction(MachineFunction &mf, bool InstrRef) { in runOnMachineFunction() argument1270 bool Changed = collectDebugValues(mf, InstrRef); in runOnMachineFunction()1310 bool InstrRef = mf.useDebugInstrRef(); in runOnMachineFunction() local1314 return static_cast<LDVImpl *>(pImpl)->runOnMachineFunction(mf, InstrRef); in runOnMachineFunction()
695 if (auto *InstrRef = EmitDbgInstrRef(SD, VRBaseMap)) in EmitDbgValue() local696 return InstrRef; in EmitDbgValue()
395 bool InstrRef = mf.shouldUseDebugInstrRef(); in runOnMachineFunction() local396 mf.setUseDebugInstrRef(InstrRef); in runOnMachineFunction()570 if (InstrRef) in runOnMachineFunction()