Home
last modified time | relevance | path

Searched refs:ScopedHashTable (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
H A DScopedHashTable.h43 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 DEarlyCSE.cpp532 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 DMipsOptimizePICCall.cpp61 using ScopedHTType = ScopedHashTable<ValueType, CntRegP,
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DMachineCSE.cpp104 ScopedHashTable<MachineInstr *, unsigned, MachineInstrExpressionTrait,