LLVM 19.0.0git
Classes | Namespaces
ConcurrentHashtable.h File Reference
#include "llvm/ADT/DenseMap.h"
#include "llvm/ADT/Hashing.h"
#include "llvm/ADT/STLExtras.h"
#include "llvm/ADT/SmallVector.h"
#include "llvm/Support/Allocator.h"
#include "llvm/Support/Debug.h"
#include "llvm/Support/Parallel.h"
#include "llvm/Support/WithColor.h"
#include "llvm/Support/xxhash.h"
#include <atomic>
#include <cstddef>
#include <iomanip>
#include <mutex>
#include <sstream>
#include <type_traits>

Go to the source code of this file.

Classes

class  llvm::ConcurrentHashTableInfoByPtr< KeyTy, KeyDataTy, AllocatorTy >
 ConcurrentHashTable - is a resizeable concurrent hashtable. More...
 
class  llvm::ConcurrentHashTableByPtr< KeyTy, KeyDataTy, AllocatorTy, Info >
 
struct  llvm::ConcurrentHashTableByPtr< KeyTy, KeyDataTy, AllocatorTy, Info >::Bucket
 

Namespaces

namespace  llvm
 This is an optimization pass for GlobalISel generic memory operations.