Searched refs:FoundLocs (Results 1 – 1 of 1) sorted by relevance
1707 SmallDenseMap<ValueIDNum, TransferTracker::LocationAndQuality> FoundLocs; in transferDebugInstrRef() local1713 if (FoundLocs.try_emplace(Op.ID).second) in transferDebugInstrRef()1723 auto &Previous = FoundLocs.find(ID)->second; in transferDebugInstrRef()1744 LocIdx FoundLoc = FoundLocs.find(DbgOp.ID)->second.getLoc(); in transferDebugInstrRef()1759 for (auto ValueLoc : FoundLocs) { in transferDebugInstrRef()