Searched refs:InstrIt (Results 1 – 1 of 1) sorted by relevance
1681 auto InstrIt = DebugInstrNumToInstr.find(InstNo); in transferDebugInstrRef() local1682 if (InstrIt != DebugInstrNumToInstr.end()) { in transferDebugInstrRef()1683 const MachineInstr &TargetInstr = *InstrIt->second.first; in transferDebugInstrRef()1695 NewID = ValueIDNum(BlockNo, InstrIt->second.second, L); in transferDebugInstrRef()