Searched refs:InstrRef (Results 1 – 4 of 4) sorted by relevance
191 } InstrRef; member599 return Contents.InstrRef.InstrIdx; in getInstrRefInstrIndex()604 return Contents.InstrRef.OpIdx; in getInstrRefOpIndex()721 Contents.InstrRef.InstrIdx = InstrIdx; in setInstrRefInstrIndex()725 Contents.InstrRef.OpIdx = OpIdx; in setInstrRefOpIndex()966 Op.Contents.InstrRef.InstrIdx = InstrIdx; in CreateDbgInstrRef()967 Op.Contents.InstrRef.OpIdx = OpIdx; in CreateDbgInstrRef()
642 bool collectDebugValues(MachineFunction &mf, bool InstrRef);651 bool runOnMachineFunction(MachineFunction &mf, bool InstrRef);932 bool InstrRef) { in collectDebugValues() argument954 if (InstrRef && (MBBI->isNonListDebugValue() || MBBI->isDebugPHI() || in collectDebugValues()1275 bool InstrRef) { in runOnMachineFunction() argument1282 bool Changed = collectDebugValues(mf, InstrRef); in runOnMachineFunction()1369 bool InstrRef = MF.useDebugInstrRef(); in analyze() local1370 PImpl->runOnMachineFunction(MF, InstrRef); in analyze()
718 if (auto *InstrRef = EmitDbgInstrRef(SD, VRBaseMap)) in EmitDbgValue() local719 return InstrRef; in EmitDbgValue()
567 bool InstrRef = mf.shouldUseDebugInstrRef(); in runOnMachineFunction() local694 if (InstrRef) in runOnMachineFunction()