LLVM 19.0.0git
Classes | Namespaces | Typedefs
PerThreadBumpPtrAllocator.h File Reference
#include "llvm/Support/Allocator.h"
#include "llvm/Support/Parallel.h"

Go to the source code of this file.

Classes

class  llvm::parallel::PerThreadAllocator< AllocatorTy >
 PerThreadAllocator is used in conjunction with ThreadPoolExecutor to allow per-thread allocations. More...
 

Namespaces

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

Typedefs

using llvm::parallel::PerThreadBumpPtrAllocator = PerThreadAllocator< BumpPtrAllocator >