Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/LiveDebugValues/
H A DInstrRefBasedImpl.cpp230 DenseMap<LocIdx, SmallSet<DebugVariable, 4>> ActiveMLocs; member in TransferTracker
416 ActiveMLocs[Op.Loc].insert(Var); in loadVarInloc()
435 ActiveMLocs.clear(); in loadInlocs()
453 ActiveMLocs.reserve(VLocs.size()); in loadInlocs()
678 ActiveMLocs[Loc].erase(Var); in redefVar()
715 ActiveMLocs[Loc].erase(Var); in redefVar()
736 for (const auto &P : ActiveMLocs[NewLoc]) { in redefVar()
750 ActiveMLocs[LostMLoc.first].erase(LostMLoc.second); in redefVar()
753 ActiveMLocs[NewLoc.asU64()].clear(); in redefVar()
757 ActiveMLocs[NewLoc].insert(Var); in redefVar()
[all …]