Searched refs:InstrIt (Results 1 – 3 of 3) sorted by relevance
523 auto InstrIt = DILocsBefore.find(Instr); in checkInstructions() local524 if (InstrIt == DILocsBefore.end()) { in checkInstructions()534 if (!InstrIt->second) in checkInstructions()
1519 auto InstrIt = DebugInstrNumToInstr.find(InstNo); in getValueForInstrRef() local1521 if (InstrIt != DebugInstrNumToInstr.end()) { in getValueForInstrRef()1522 const MachineInstr &TargetInstr = *InstrIt->second.first; in getValueForInstrRef()1531 NewID = ValueIDNum(BlockNo, InstrIt->second.second, *L); in getValueForInstrRef()1544 NewID = ValueIDNum(BlockNo, InstrIt->second.second, L); in getValueForInstrRef()
2805 auto InstrIt = DbgValueSinkCandidates.find(DbgVar); in RescheduleLoadStoreInstrs() local2806 if (InstrIt != DbgValueSinkCandidates.end()) { in RescheduleLoadStoreInstrs()2807 auto *Instr = InstrIt->getSecond(); in RescheduleLoadStoreInstrs()