Searched refs:InstrIt (Results 1 – 2 of 2) sorted by relevance
441 auto InstrIt = DILocsBefore.find(Instr); in checkInstructions() local442 if (InstrIt == DILocsBefore.end()) { in checkInstructions()456 if (!InstrIt->second) in checkInstructions()
1460 auto InstrIt = DebugInstrNumToInstr.find(InstNo); in getValueForInstrRef() local1462 if (InstrIt != DebugInstrNumToInstr.end()) { in getValueForInstrRef()1463 const MachineInstr &TargetInstr = *InstrIt->second.first; in getValueForInstrRef()1472 NewID = ValueIDNum(BlockNo, InstrIt->second.second, *L); in getValueForInstrRef()1485 NewID = ValueIDNum(BlockNo, InstrIt->second.second, L); in getValueForInstrRef()