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