LLVM
8.0.1
|
#include "llvm/ADT/STLExtras.h"
#include "llvm/ADT/SmallVector.h"
#include "llvm/ADT/SparseSet.h"
#include <cassert>
#include <cstdint>
#include <cstdlib>
#include <iterator>
#include <limits>
#include <utility>
Go to the source code of this file.
Classes | |
class | llvm::SparseMultiSet< ValueT, KeyFunctorT, SparseT > |
Fast multiset implementation for objects that can be identified by small unsigned keys. More... | |
class | llvm::SparseMultiSet< ValueT, KeyFunctorT, SparseT >::iterator_base< SMSPtrTy > |
Our iterators are iterators over the collection of objects that share a key. More... | |
Namespaces | |
llvm | |
This class represents lattice values for constants. | |