Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DScopedHashTable.h164 DenseMap<K, ValTy*, KInfo> TopLevelMap; variable
174 assert(!CurScope && TopLevelMap.empty() && "Scope imbalance!"); in ~ScopedHashTable()
182 return TopLevelMap.count(Key); in count()
186 auto I = TopLevelMap.find(Key); in lookup()
187 if (I != TopLevelMap.end()) in lookup()
203 TopLevelMap.find(Key); in begin()
204 if (I == TopLevelMap.end()) return end(); in begin()
217 ScopedHashTableVal<K, V> *&KeyEntry = TopLevelMap[Key]; in insertIntoScope()
243 assert(HT.TopLevelMap[ThisEntry->getKey()] == ThisEntry && in ~ScopedHashTableScope()
245 HT.TopLevelMap.erase(ThisEntry->getKey()); in ~ScopedHashTableScope()
[all …]