Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/LiveDebugValues/
H A DInstrRefBasedImpl.h59 auto ItPair = VarToIdx.insert({Var, Size}); in insertDVID() local
60 if (ItPair.second) { in insertDVID()
65 return ItPair.first->second; in insertDVID()