Home
last modified time | relevance | path

Searched refs:ActiveMLocs (Results 1 – 1 of 1) sorted by relevance

/external/llvm-project/llvm/lib/CodeGen/LiveDebugValues/
DInstrRefBasedImpl.cpp988 std::map<LocIdx, SmallSet<DebugVariable, 4>> ActiveMLocs; member in __anon84c0493f0211::TransferTracker
1037 ActiveMLocs.clear(); in loadInlocs()
1102 ActiveMLocs[M].insert(Var.first); in loadInlocs()
1167 ActiveMLocs[It->second.Loc].erase(Var); in redefVar()
1193 ActiveMLocs[It->second.Loc].erase(Var); in redefVar()
1204 for (auto &P : ActiveMLocs[NewLoc]) { in redefVar()
1207 ActiveMLocs[NewLoc.asU64()].clear(); in redefVar()
1211 ActiveMLocs[NewLoc].insert(Var); in redefVar()
1226 auto ActiveMLocIt = ActiveMLocs.find(MLoc); in clobberMloc()
1227 if (ActiveMLocIt == ActiveMLocs.end()) in clobberMloc()
[all …]