Searched refs:InstrRef (Results 1 – 4 of 4) sorted by relevance
191 } InstrRef; member 599 return Contents.InstrRef.InstrIdx; in getInstrRefInstrIndex() 604 return Contents.InstrRef.OpIdx; in getInstrRefOpIndex() 720 Contents.InstrRef.InstrIdx = InstrIdx; in setInstrRefInstrIndex() 724 Contents.InstrRef.OpIdx = OpIdx; in setInstrRefOpIndex() 961 Op.Contents.InstrRef.InstrIdx = InstrIdx;962 Op.Contents.InstrRef.OpIdx = OpIdx; in CreateCFIIndex()
630 bool collectDebugValues(MachineFunction &mf, bool InstrRef);639 bool runOnMachineFunction(MachineFunction &mf, bool InstrRef);920 bool LDVImpl::collectDebugValues(MachineFunction &mf, bool InstrRef) { in collectDebugValues() argument942 if (InstrRef && (MBBI->isNonListDebugValue() || MBBI->isDebugPHI() || in collectDebugValues()1263 bool LDVImpl::runOnMachineFunction(MachineFunction &mf, bool InstrRef) { in runOnMachineFunction() argument1271 bool Changed = collectDebugValues(mf, InstrRef); in runOnMachineFunction()1311 bool InstrRef = mf.useDebugInstrRef(); in runOnMachineFunction() local1315 return static_cast<LDVImpl *>(pImpl)->runOnMachineFunction(mf, InstrRef); in runOnMachineFunction()
722 if (auto *InstrRef = EmitDbgInstrRef(SD, VRBaseMap)) in EmitDbgValue() local723 return InstrRef; in EmitDbgValue()
594 bool InstrRef = mf.shouldUseDebugInstrRef(); in runOnMachineFunction() local721 if (InstrRef) in runOnMachineFunction()