Searched refs:LostMLocs (Results 1 – 1 of 1) sorted by relevance
754 SmallVector<std::pair<LocIdx, DebugVariableID>> LostMLocs; in redefVar() local773 LostMLocs.emplace_back(Loc, P); in redefVar()778 for (const auto &LostMLoc : LostMLocs) in redefVar()780 LostMLocs.clear(); in redefVar()846 SmallVector<std::pair<LocIdx, DebugVariableID>> LostMLocs; in clobberMloc() local876 LostMLocs.emplace_back(Loc, VarID); in clobberMloc()887 for (auto &LocVarIt : LostMLocs) { in clobberMloc()