|
LLVM 22.0.0git
|
#include "llvm/ADT/ilist_node.h"#include "llvm/ADT/iterator.h"#include "llvm/ADT/simple_ilist.h"#include "llvm/Support/Allocator.h"#include <cassert>#include <cstddef>#include <iterator>#include <type_traits>#include <utility>Go to the source code of this file.
Classes | |
| class | llvm::AllocatorList< T, AllocatorT > |
| A linked-list with a custom, local allocator. More... | |
Namespaces | |
| namespace | llvm |
| This is an optimization pass for GlobalISel generic memory operations. | |
Typedefs | |
| template<class T> | |
| using | llvm::BumpPtrList = AllocatorList<T, BumpPtrAllocator> |