Searched refs:FoundLocs (Results 1 – 1 of 1) sorted by relevance
1641 SmallDenseMap<ValueIDNum, TransferTracker::LocationAndQuality> FoundLocs; in transferDebugInstrRef() local1647 if (FoundLocs.insert({Op.ID, TransferTracker::LocationAndQuality()}) in transferDebugInstrRef()1658 auto &Previous = FoundLocs.find(ID)->second; in transferDebugInstrRef()1679 LocIdx FoundLoc = FoundLocs.find(DbgOp.ID)->second.getLoc(); in transferDebugInstrRef()1694 for (auto ValueLoc : FoundLocs) { in transferDebugInstrRef()