| BucketsArray | llvm::ConcurrentHashTableByPtr< KeyTy, KeyDataTy, AllocatorTy, Info > | protected |
| ConcurrentHashTableByPtr(AllocatorTy &Allocator, uint64_t EstimatedSize=100000, size_t ThreadsNum=parallel::strategy.compute_thread_count(), size_t InitialNumberOfBuckets=128) | llvm::ConcurrentHashTableByPtr< KeyTy, KeyDataTy, AllocatorTy, Info > | inline |
| DataPtr typedef | llvm::ConcurrentHashTableByPtr< KeyTy, KeyDataTy, AllocatorTy, Info > | protected |
| EntryDataTy typedef | llvm::ConcurrentHashTableByPtr< KeyTy, KeyDataTy, AllocatorTy, Info > | protected |
| ExtHashBitsTy typedef | llvm::ConcurrentHashTableByPtr< KeyTy, KeyDataTy, AllocatorTy, Info > | protected |
| ExtHashMask | llvm::ConcurrentHashTableByPtr< KeyTy, KeyDataTy, AllocatorTy, Info > | protected |
| getBucketIdx(hash_code Hash) | llvm::ConcurrentHashTableByPtr< KeyTy, KeyDataTy, AllocatorTy, Info > | inlineprotected |
| getExtHashBits(uint64_t Hash) | llvm::ConcurrentHashTableByPtr< KeyTy, KeyDataTy, AllocatorTy, Info > | inlineprotected |
| getStartIdx(uint32_t ExtHashBits, uint32_t BucketSize) | llvm::ConcurrentHashTableByPtr< KeyTy, KeyDataTy, AllocatorTy, Info > | inlineprotected |
| HashBitsNum | llvm::ConcurrentHashTableByPtr< KeyTy, KeyDataTy, AllocatorTy, Info > | protected |
| HashesPtr typedef | llvm::ConcurrentHashTableByPtr< KeyTy, KeyDataTy, AllocatorTy, Info > | protected |
| HashMask | llvm::ConcurrentHashTableByPtr< KeyTy, KeyDataTy, AllocatorTy, Info > | protected |
| InitialBucketSize | llvm::ConcurrentHashTableByPtr< KeyTy, KeyDataTy, AllocatorTy, Info > | protected |
| insert(const KeyTy &NewValue) | llvm::ConcurrentHashTableByPtr< KeyTy, KeyDataTy, AllocatorTy, Info > | inline |
| MaxBucketSize | llvm::ConcurrentHashTableByPtr< KeyTy, KeyDataTy, AllocatorTy, Info > | protected |
| MultiThreadAllocator | llvm::ConcurrentHashTableByPtr< KeyTy, KeyDataTy, AllocatorTy, Info > | protected |
| NumberOfBuckets | llvm::ConcurrentHashTableByPtr< KeyTy, KeyDataTy, AllocatorTy, Info > | protected |
| printStatistic(raw_ostream &OS) | llvm::ConcurrentHashTableByPtr< KeyTy, KeyDataTy, AllocatorTy, Info > | inline |
| RehashBucket(Bucket &CurBucket) | llvm::ConcurrentHashTableByPtr< KeyTy, KeyDataTy, AllocatorTy, Info > | inlineprotected |
| ~ConcurrentHashTableByPtr() | llvm::ConcurrentHashTableByPtr< KeyTy, KeyDataTy, AllocatorTy, Info > | inlinevirtual |