Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/LiveDebugValues/
H A DVarLocBasedImpl.cpp790 std::map<VarLoc, LocIndices> Var2Indices; member in __anon28d3adc20111::VarLocBasedLDV::VarLocMap
799 LocIndices &Indices = Var2Indices[VL]; in insert()
835 auto IndIt = Var2Indices.find(VL); in getAllIndices()
836 assert(IndIt != Var2Indices.end() && "VarLoc not tracked"); in getAllIndices()