Searched refs:InstrIt (Results 1 – 3 of 3) sorted by relevance
444 auto InstrIt = DILocsBefore.find(Instr); in checkInstructions() local445 if (InstrIt == DILocsBefore.end()) { in checkInstructions()459 if (!InstrIt->second) in checkInstructions()
1484 auto InstrIt = DebugInstrNumToInstr.find(InstNo); in getValueForInstrRef() local1486 if (InstrIt != DebugInstrNumToInstr.end()) { in getValueForInstrRef()1487 const MachineInstr &TargetInstr = *InstrIt->second.first; in getValueForInstrRef()1496 NewID = ValueIDNum(BlockNo, InstrIt->second.second, *L); in getValueForInstrRef()1509 NewID = ValueIDNum(BlockNo, InstrIt->second.second, L); in getValueForInstrRef()
2811 auto InstrIt = DbgValueSinkCandidates.find(DbgVar); in RescheduleLoadStoreInstrs() local2812 if (InstrIt != DbgValueSinkCandidates.end()) { in RescheduleLoadStoreInstrs()2813 auto *Instr = InstrIt->getSecond(); in RescheduleLoadStoreInstrs()