Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DTrieRawHashMap.cpp219 ImplType *ExistingImpl = nullptr; in getOrCreateImpl() local
223 if (ImplPtr.compare_exchange_strong(ExistingImpl, Impl.get())) in getOrCreateImpl()
227 return *ExistingImpl; in getOrCreateImpl()