Searched refs:InstrIt (Results 1 – 2 of 2) sorted by relevance
423 auto InstrIt = DILocsBefore.find(Instr); in checkInstructions() local424 if (InstrIt == DILocsBefore.end()) { in checkInstructions()438 if (!InstrIt->second) in checkInstructions()
1683 auto InstrIt = DebugInstrNumToInstr.find(InstNo); in transferDebugInstrRef() local1684 if (InstrIt != DebugInstrNumToInstr.end()) { in transferDebugInstrRef()1685 const MachineInstr &TargetInstr = *InstrIt->second.first; in transferDebugInstrRef()1697 NewID = ValueIDNum(BlockNo, InstrIt->second.second, L); in transferDebugInstrRef()