|
LLVM
4.0.0
|
#include "llvm/ADT/iterator.h"#include "llvm/ADT/simple_ilist.h"#include "llvm/Support/Allocator.h"#include <type_traits>Go to the source code of this file.
Classes | |
| class | llvm::AllocatorList< T, AllocatorT > |
| A linked-list with a custom, local allocator. More... | |
Namespaces | |
| llvm | |
| Compute iterated dominance frontiers using a linear time algorithm. | |
Typedefs | |
| template<class T > | |
| using | llvm::BumpPtrList = AllocatorList< T, BumpPtrAllocator > |
1.8.6