LLVM 20.0.0git
|
This file defines the ImutAVLTree and ImmutableSet classes. More...
#include "llvm/ADT/DenseMap.h"
#include "llvm/ADT/FoldingSet.h"
#include "llvm/ADT/IntrusiveRefCntPtr.h"
#include "llvm/ADT/SmallVector.h"
#include "llvm/ADT/iterator.h"
#include "llvm/Support/Allocator.h"
#include "llvm/Support/ErrorHandling.h"
#include <cassert>
#include <cstdint>
#include <functional>
#include <iterator>
#include <new>
#include <vector>
Go to the source code of this file.
Classes | |
class | llvm::ImutAVLTree< ImutInfo > |
struct | llvm::IntrusiveRefCntPtrInfo< ImutAVLTree< ImutInfo > > |
class | llvm::ImutAVLFactory< ImutInfo > |
class | llvm::ImutAVLTreeGenericIterator< ImutInfo > |
class | llvm::ImutAVLTreeInOrderIterator< ImutInfo > |
struct | llvm::ImutAVLValueIterator< T > |
Generic iterator that wraps a T::TreeTy::iterator and exposes iterator::getValue() on dereference. More... | |
struct | llvm::ImutProfileInfo< T > |
Generic profile template. More... | |
struct | llvm::ImutProfileInteger< T > |
Profile traits for integers. More... | |
struct | llvm::ImutProfileInfo< bool > |
Profile traits for booleans. More... | |
struct | llvm::ImutProfileInfo< T * > |
Generic profile trait for pointer types. More... | |
struct | llvm::ImutContainerInfo< T > |
ImutContainerInfo - Generic definition of comparison operations for elements of immutable containers that defaults to using std::equal_to<> and std::less<> to perform comparison of elements. More... | |
struct | llvm::ImutContainerInfo< T * > |
ImutContainerInfo - Specialization for pointer values to treat pointers as references to unique objects. More... | |
class | llvm::ImmutableSet< ValT, ValInfo > |
class | llvm::ImmutableSet< ValT, ValInfo >::Factory |
class | llvm::ImmutableSetRef< ValT, ValInfo > |
Namespaces | |
namespace | llvm |
This is an optimization pass for GlobalISel generic memory operations. | |
Macros | |
#define | PROFILE_INTEGER_INFO(X) template<> struct ImutProfileInfo<X> : ImutProfileInteger<X> {}; |
This file defines the ImutAVLTree and ImmutableSet classes.
Definition in file ImmutableSet.h.
Definition at line 858 of file ImmutableSet.h.