|
LLVM
8.0.1
|
#include "llvm/ADT/DenseMap.h"#include "llvm/ADT/SmallVector.h"#include <algorithm>#include <cassert>#include <cstddef>#include <iterator>#include <type_traits>#include <utility>#include <vector>

Go to the source code of this file.
Classes | |
| class | llvm::MapVector< KeyT, ValueT, MapType, VectorType > |
| This class implements a map that also provides access to all stored values in a deterministic order. More... | |
| struct | llvm::SmallMapVector< KeyT, ValueT, N > |
| A MapVector that performs no allocations if smaller than a certain size. More... | |
Namespaces | |
| llvm | |
| This class represents lattice values for constants. | |
1.8.13