LLVM  8.0.1
Classes | Namespaces
SparseMultiSet.h File Reference
#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>
Include dependency graph for SparseMultiSet.h:
This graph shows which files directly or indirectly include this file:

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.