Lines Matching refs:ActiveVLocs
216 DenseMap<DebugVariable, LocAndProperties> ActiveVLocs; member in TransferTracker
266 ActiveVLocs.clear(); in loadInlocs()
292 ActiveVLocs.reserve(VLocs.size()); in loadInlocs()
342 auto Result = ActiveVLocs.insert(std::make_pair(Var.first, NewValue)); in loadInlocs()
471 auto It = ActiveVLocs.find(Var); in redefVar()
472 if (It != ActiveVLocs.end()) { in redefVar()
474 ActiveVLocs.erase(It); in redefVar()
497 auto It = ActiveVLocs.find(Var); in redefVar()
498 if (It != ActiveVLocs.end()) in redefVar()
511 ActiveVLocs.erase(P); in redefVar()
518 if (It == ActiveVLocs.end()) { in redefVar()
519 ActiveVLocs.insert( in redefVar()
564 auto &Prop = ActiveVLocs.find(Var)->second.Properties; in clobberMloc()
574 auto ActiveVLocIt = ActiveVLocs.find(Var); in clobberMloc()
584 ActiveVLocs.erase(ActiveVLocIt); in clobberMloc()
627 auto ActiveVLocIt = ActiveVLocs.find(Var); in transferMlocs()
628 assert(ActiveVLocIt != ActiveVLocs.end()); in transferMlocs()