Searched refs:InstrIt (Results 1 – 2 of 2) sorted by relevance
434 auto InstrIt = DILocsBefore.find(Instr); in checkInstructions() local435 if (InstrIt == DILocsBefore.end()) { in checkInstructions()449 if (!InstrIt->second) in checkInstructions()
1150 auto InstrIt = DebugInstrNumToInstr.find(InstNo); in transferDebugInstrRef() local1153 if (InstrIt != DebugInstrNumToInstr.end()) { in transferDebugInstrRef()1154 const MachineInstr &TargetInstr = *InstrIt->second.first; in transferDebugInstrRef()1163 NewID = ValueIDNum(BlockNo, InstrIt->second.second, *L); in transferDebugInstrRef()1176 NewID = ValueIDNum(BlockNo, InstrIt->second.second, L); in transferDebugInstrRef()