Home
last modified time | relevance | path

Searched refs:FoundLocs (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/LiveDebugValues/
H A DInstrRefBasedImpl.cpp1672 SmallDenseMap<ValueIDNum, TransferTracker::LocationAndQuality> FoundLocs; in transferDebugInstrRef() local
1678 if (FoundLocs.insert({Op.ID, TransferTracker::LocationAndQuality()}) in transferDebugInstrRef()
1689 auto &Previous = FoundLocs.find(ID)->second; in transferDebugInstrRef()
1710 LocIdx FoundLoc = FoundLocs.find(DbgOp.ID)->second.getLoc(); in transferDebugInstrRef()
1725 for (auto ValueLoc : FoundLocs) { in transferDebugInstrRef()