Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/LiveDebugValues/
H A DInstrRefBasedImpl.h47 DenseMap<DebugVariable, unsigned> VarToIdx; variable
52 auto It = VarToIdx.find(Var); in getDVID()
53 assert(It != VarToIdx.end()); in getDVID()
58 unsigned Size = VarToIdx.size(); in insertDVID()
59 auto ItPair = VarToIdx.insert({Var, Size}); in insertDVID()
71 VarToIdx.clear(); in clear()