Searched refs:ActiveMLocs (Results 1 – 1 of 1) sorted by relevance
233 DenseMap<LocIdx, SmallSet<DebugVariableID, 4>> ActiveMLocs; member in TransferTracker434 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 …]