Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/LiveDebugValues/
H A DInstrRefBasedImpl.cpp491 auto VIt = std::lower_bound(ValueToLoc.begin(), ValueToLoc.end(), Probe, in loadInlocs() local
493 if (VIt == ValueToLoc.end() || VIt->first != VNum) in loadInlocs()
496 auto &Previous = VIt->second; in loadInlocs()
560 auto VIt = ValueToLoc.find(LocValueID); in checkInstForNewValues() local
561 if (VIt == ValueToLoc.end()) in checkInstForNewValues()
564 auto &Previous = VIt->second; in checkInstForNewValues()