|
LLVM
8.0.1
|
#include "llvm/ADT/STLExtras.h"#include "llvm/ADT/SmallVector.h"#include "llvm/Support/Allocator.h"#include <cassert>#include <cstdint>#include <cstdlib>#include <limits>#include <utility>

Go to the source code of this file.
Classes | |
| struct | llvm::SparseSetValTraits< ValueT > |
| SparseSetValTraits - Objects in a SparseSet are identified by keys that can be uniquely converted to a small integer less than the set's universe. More... | |
| struct | llvm::SparseSetValFunctor< KeyT, ValueT, KeyFunctorT > |
| SparseSetValFunctor - Helper class for selecting SparseSetValTraits. More... | |
| struct | llvm::SparseSetValFunctor< KeyT, KeyT, KeyFunctorT > |
| SparseSetValFunctor<KeyT, KeyT> - Helper class for the common case of identity key/value sets. More... | |
| class | llvm::SparseSet< ValueT, KeyFunctorT, SparseT > |
| SparseSet - Fast set implmentation for objects that can be identified by small unsigned keys. More... | |
Namespaces | |
| llvm | |
| This class represents lattice values for constants. | |
1.8.13