Searched refs:InstrIt (Results 1 – 3 of 3) sorted by relevance
441 auto InstrIt = DILocsBefore.find(Instr); in checkInstructions() local442 if (InstrIt == DILocsBefore.end()) { in checkInstructions()456 if (!InstrIt->second) in checkInstructions()
1453 auto InstrIt = DebugInstrNumToInstr.find(InstNo); in getValueForInstrRef() local1455 if (InstrIt != DebugInstrNumToInstr.end()) { in getValueForInstrRef()1456 const MachineInstr &TargetInstr = *InstrIt->second.first; in getValueForInstrRef()1465 NewID = ValueIDNum(BlockNo, InstrIt->second.second, *L); in getValueForInstrRef()1478 NewID = ValueIDNum(BlockNo, InstrIt->second.second, L); in getValueForInstrRef()
2809 auto InstrIt = DbgValueSinkCandidates.find(DbgVar); in RescheduleLoadStoreInstrs() local2810 if (InstrIt != DbgValueSinkCandidates.end()) { in RescheduleLoadStoreInstrs()2811 auto *Instr = InstrIt->getSecond(); in RescheduleLoadStoreInstrs()