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

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.