Lines Matching refs:ActiveVLocs
235 DenseMap<DebugVariable, ResolvedDbgValue> ActiveVLocs; member in TransferTracker
418 auto Result = ActiveVLocs.insert(std::make_pair(Var, NewValue)); in loadVarInloc()
436 ActiveVLocs.clear(); in loadInlocs()
454 ActiveVLocs.reserve(VLocs.size()); in loadInlocs()
675 auto It = ActiveVLocs.find(Var); in redefVar()
676 if (It != ActiveVLocs.end()) { in redefVar()
679 ActiveVLocs.erase(It); in redefVar()
712 auto It = ActiveVLocs.find(Var); in redefVar()
713 if (It != ActiveVLocs.end()) { in redefVar()
720 if (It != ActiveVLocs.end()) in redefVar()
721 ActiveVLocs.erase(It); in redefVar()
737 auto LostVLocIt = ActiveVLocs.find(P); in redefVar()
738 if (LostVLocIt != ActiveVLocs.end()) { in redefVar()
747 ActiveVLocs.erase(P); in redefVar()
752 It = ActiveVLocs.find(Var); in redefVar()
760 if (It == ActiveVLocs.end()) { in redefVar()
761 ActiveVLocs.insert( in redefVar()
806 auto &Prop = ActiveVLocs.find(Var)->second.Properties; in clobberMloc()
819 auto ActiveVLocIt = ActiveVLocs.find(Var); in clobberMloc()
847 ActiveVLocs.erase(ActiveVLocIt); in clobberMloc()
899 auto ActiveVLocIt = ActiveVLocs.find(Var); in transferMlocs()
900 assert(ActiveVLocIt != ActiveVLocs.end()); in transferMlocs()