|
LLVM
4.0.0
|
#include "llvm/ADT/SmallVector.h"#include "llvm/ADT/SparseSet.h"#include "llvm/ADT/STLExtras.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 | |
| Compute iterated dominance frontiers using a linear time algorithm. | |
1.8.6