Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/LiveDebugValues/
H A DInstrRefBasedImpl.cpp804 auto ActiveMLocIt = ActiveMLocs.find(MLoc); in clobberMloc() local
805 if (ActiveMLocIt == ActiveMLocs.end()) in clobberMloc()
817 auto ActiveMLocIt = ActiveMLocs.find(MLoc); in clobberMloc() local
818 if (ActiveMLocIt == ActiveMLocs.end()) in clobberMloc()
834 for (DebugVariableID VarID : ActiveMLocIt->second) { in clobberMloc()
847 for (DebugVariableID VarID : ActiveMLocIt->second) { in clobberMloc()
903 ActiveMLocIt->second.clear(); in clobberMloc()