Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/LiveDebugValues/
H A DInstrRefBasedImpl.cpp4176 const auto &AvailIt = AvailableValues.find(HereBlock); in resolveDbgPHIsImpl() local
4177 if (AvailIt != AvailableValues.end()) { in resolveDbgPHIsImpl()
4180 return ValueIDNum::fromU64(AvailIt->second); in resolveDbgPHIsImpl()