Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/LiveDebugValues/
H A DInstrRefBasedImpl.cpp843 DenseSet<DebugVariableID> NewMLocs; in clobberMloc() local
881 NewMLocs.insert(VarID); in clobberMloc()
904 if (!NewMLocs.empty()) in clobberMloc()
905 for (DebugVariableID VarID : NewMLocs) in clobberMloc()