Searched refs:ScopedHashTable (Results 1 – 4 of 4) sorted by relevance
| /freebsd-12.1/contrib/llvm/include/llvm/ADT/ |
| H A D | ScopedHashTable.h | 44 class ScopedHashTable; variable 88 ScopedHashTable<K, V, KInfo, AllocatorTy> &HT; 98 ScopedHashTableScope(ScopedHashTable<K, V, KInfo, AllocatorTy> &HT); 107 friend class ScopedHashTable<K, V, KInfo, AllocatorTy>; 151 class ScopedHashTable { 169 ScopedHashTable() = default; 170 ScopedHashTable(AllocatorTy A) : Allocator(A) {} in ScopedHashTable() function 171 ScopedHashTable(const ScopedHashTable &) = delete; 172 ScopedHashTable &operator=(const ScopedHashTable &) = delete; 174 ~ScopedHashTable() { in ~ScopedHashTable() [all …]
|
| /freebsd-12.1/contrib/llvm/lib/Transforms/Scalar/ |
| H A D | EarlyCSE.cpp | 343 ScopedHashTable<SimpleValue, Value *, DenseMapInfo<SimpleValue>, 385 ScopedHashTable<Value *, LoadValue, DenseMapInfo<Value *>, 397 ScopedHashTable<MemoryLocation, unsigned, DenseMapInfo<MemoryLocation>, 406 ScopedHashTable<CallValue, std::pair<Instruction *, unsigned>>;
|
| /freebsd-12.1/contrib/llvm/lib/Target/Mips/ |
| H A D | MipsOptimizePICCall.cpp | 62 using ScopedHTType = ScopedHashTable<ValueType, CntRegP,
|
| /freebsd-12.1/contrib/llvm/lib/CodeGen/ |
| H A D | MachineCSE.cpp | 95 ScopedHashTable<MachineInstr *, unsigned, MachineInstrExpressionTrait,
|