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.cpp232 DenseMap<LocIdx, SmallSet<DebugVariableID, 4>> ActiveMLocs; member in TransferTracker
445 ActiveMLocs[Op.Loc].insert(VarID); in loadVarInloc()
462 ActiveMLocs.clear(); in loadInlocs()
483 ActiveMLocs.reserve(VLocs.size()); in loadInlocs()
722 ActiveMLocs[Loc].erase(VarID); in redefVar()
760 ActiveMLocs[Loc].erase(VarID); in redefVar()
781 for (const auto &P : ActiveMLocs[NewLoc]) { in redefVar()
795 ActiveMLocs[LostMLoc.first].erase(LostMLoc.second); in redefVar()
798 ActiveMLocs[NewLoc.asU64()].clear(); in redefVar()
802 ActiveMLocs[NewLoc].insert(VarID); in redefVar()
[all …]