Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/LiveDebugValues/
H A DInstrRefBasedImpl.cpp233 DenseMap<LocIdx, SmallSet<DebugVariableID, 4>> ActiveMLocs; member in TransferTracker
434 ActiveMLocs[Op.Loc].insert(VarID); in loadVarInloc()
455 ActiveMLocs.clear(); in loadInlocs()
476 ActiveMLocs.reserve(VLocs.size()); in loadInlocs()
706 ActiveMLocs[Loc].erase(VarID); in redefVar()
744 ActiveMLocs[Loc].erase(VarID); in redefVar()
765 for (const auto &P : ActiveMLocs[NewLoc]) { in redefVar()
779 ActiveMLocs[LostMLoc.first].erase(LostMLoc.second); in redefVar()
782 ActiveMLocs[NewLoc.asU64()].clear(); in redefVar()
786 ActiveMLocs[NewLoc].insert(VarID); in redefVar()
[all …]