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.cpp792 std::map<VarLoc, LocIndices> Var2Indices; member in __anon28d3adc20111::VarLocBasedLDV::VarLocMap
801 LocIndices &Indices = Var2Indices[VL]; in insert()
838 auto IndIt = Var2Indices.find(VL); in getAllIndices()
839 assert(IndIt != Var2Indices.end() && "VarLoc not tracked"); in getAllIndices()