HomeSort by relevance Sort by last modified time
    Searched refs:ScopedHashTable (Results 1 - 4 of 4) sorted by null

  /external/llvm/include/llvm/ADT/
ScopedHashTable.h 1 //===- ScopedHashTable.h - A simple scoped hash table ---------------------===//
14 // ScopedHashTable<int, int> HT;
41 class ScopedHashTable;
85 ScopedHashTable<K, V, KInfo, AllocatorTy> &HT;
96 ScopedHashTableScope(ScopedHashTable<K, V, KInfo, AllocatorTy> &HT);
103 friend class ScopedHashTable<K, V, KInfo, AllocatorTy>;
146 class ScopedHashTable {
159 ScopedHashTable(const ScopedHashTable&); // NOT YET IMPLEMENTED
160 void operator=(const ScopedHashTable&); // NOT YET IMPLEMENTE
    [all...]
  /external/llvm/lib/Transforms/Scalar/
EarlyCSE.cpp 17 #include "llvm/ADT/ScopedHashTable.h"
273 typedef ScopedHashTable<SimpleValue, Value *, DenseMapInfo<SimpleValue>,
296 typedef ScopedHashTable<Value *, std::pair<Value *, unsigned>,
304 typedef ScopedHashTable<CallValue, std::pair<Value *, unsigned>> CallHTType;
  /external/llvm/lib/Target/Mips/
MipsOptimizePICCall.cpp 19 #include "llvm/ADT/ScopedHashTable.h"
44 typedef ScopedHashTable<ValueType, CntRegP, DenseMapInfo<ValueType>,
  /external/llvm/lib/CodeGen/
MachineCSE.cpp 18 #include "llvm/ADT/ScopedHashTable.h"
75 typedef ScopedHashTable<MachineInstr*, unsigned,

Completed in 186 milliseconds