Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/LiveDebugValues/
H A DInstrRefBasedImpl.cpp265 ActiveMLocs.clear(); in loadInlocs()
291 ActiveMLocs.reserve(VLocs.size()); in loadInlocs()
345 ActiveMLocs[M].insert(Var.first); in loadInlocs()
513 ActiveMLocs[NewLoc.asU64()].clear(); in redefVar()
517 ActiveMLocs[NewLoc].insert(Var); in redefVar()
534 if (ActiveMLocIt == ActiveMLocs.end()) in clobberMloc()
547 if (ActiveMLocIt == ActiveMLocs.end()) in clobberMloc()
594 ActiveMLocs[*NewLoc].insert(Var); in clobberMloc()
621 auto MovingVars = ActiveMLocs[Src]; in transferMlocs()
622 ActiveMLocs[Dst] = MovingVars; in transferMlocs()
[all …]