Searched defs:DenseMap (Results 1 - 3 of 3) sorted by relevance

/external/llvm/lib/CodeGen/
H A DMachineModuleInfoImpls.cpp34 /// GetSortedStubs - Return the entries from a DenseMap in a deterministic
37 MachineModuleInfoImpl::GetSortedStubs(const DenseMap<MCSymbol*, argument
/external/llvm/include/llvm/ADT/
H A DDenseMap.h1 //===- llvm/ADT/DenseMap.h - Dense probed hash table ------------*- C++ -*-===//
10 // This file defines the DenseMap class.
39 class DenseMap { class in namespace:llvm
51 DenseMap(const DenseMap &other) { function in class:llvm::DenseMap
56 explicit DenseMap(unsigned NumInitBuckets = 0) { function in class:llvm::DenseMap
61 DenseMap(const InputIt &I, const InputIt &E) { function in class:llvm::DenseMap
66 ~DenseMap() {
201 void swap(DenseMap& RHS) {
220 DenseMap
546 capacity_in_bytes(const DenseMap<KeyT, ValueT, KeyInfoT, ValueInfoT> &X) argument
[all...]
/external/llvm/lib/Transforms/IPO/
H A DGlobalOpt.cpp35 #include "llvm/ADT/DenseMap.h"
1171 DenseMap<Value*, std::vector<Value*> > &InsertedScalarizedValues,
1215 DenseMap<Value*, std::vector<Value*> > &InsertedScalarizedValues,
1279 DenseMap<Value*, std::vector<Value*> > &InsertedScalarizedValues,
1404 DenseMap<Value*, std::vector<Value*> > InsertedScalarizedValues;
1453 for (DenseMap<Value*, std::vector<Value*> >::iterator
1463 for (DenseMap<Value*, std::vector<Value*> >::iterator
2055 static Constant *getVal(DenseMap<Value*, Constant*> &ComputedValues, Value *V) {
2273 const DenseMap<Constant*, Constant*> &Memory) {
2276 DenseMap<Constan
2272 ComputeLoadResult(Constant *P, const DenseMap<Constant*, Constant*> &Memory) argument
[all...]

Completed in 241 milliseconds