HomeSort by relevance Sort by last modified time
    Searched refs:ScopedHashTable (Results 1 - 3 of 3) 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 {
158 ScopedHashTable(const ScopedHashTable&); // NOT YET IMPLEMENTED
159 void operator=(const ScopedHashTable&); // NOT YET IMPLEMENTE
    [all...]
  /external/llvm/lib/Transforms/Scalar/
EarlyCSE.cpp 18 #include "llvm/ADT/ScopedHashTable.h"
280 typedef ScopedHashTable<SimpleValue, Value*, DenseMapInfo<SimpleValue>,
299 typedef ScopedHashTable<Value*, std::pair<Value*, unsigned>,
305 typedef ScopedHashTable<CallValue, std::pair<Value*, unsigned> > CallHTType;
  /external/llvm/lib/CodeGen/
MachineCSE.cpp 19 #include "llvm/ADT/ScopedHashTable.h"
72 typedef ScopedHashTable<MachineInstr*, unsigned,

Completed in 40 milliseconds