Searched refs:ScopedHashTable (Results 1 – 4 of 4) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ADT/ |
| H A D | ScopedHashTable.h | 43 class ScopedHashTable; variable 87 ScopedHashTable<K, V, KInfo, AllocatorTy> &HT; 97 ScopedHashTableScope(ScopedHashTable<K, V, KInfo, AllocatorTy> &HT); 106 friend class ScopedHashTable<K, V, KInfo, AllocatorTy>; 150 class ScopedHashTable { 168 ScopedHashTable() = default; 169 ScopedHashTable(AllocatorTy A) : Allocator(A) {} in ScopedHashTable() function 170 ScopedHashTable(const ScopedHashTable &) = delete; 171 ScopedHashTable &operator=(const ScopedHashTable &) = delete; 173 ~ScopedHashTable() { in ~ScopedHashTable() [all …]
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/ |
| H A D | EarlyCSE.cpp | 532 ScopedHashTable<SimpleValue, Value *, DenseMapInfo<SimpleValue>, 574 ScopedHashTable<Value *, LoadValue, DenseMapInfo<Value *>, 586 ScopedHashTable<MemoryLocation, unsigned, DenseMapInfo<MemoryLocation>, 595 ScopedHashTable<CallValue, std::pair<Instruction *, unsigned>>;
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Mips/ |
| H A D | MipsOptimizePICCall.cpp | 61 using ScopedHTType = ScopedHashTable<ValueType, CntRegP,
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/ |
| H A D | MachineCSE.cpp | 104 ScopedHashTable<MachineInstr *, unsigned, MachineInstrExpressionTrait,
|