Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/ADT/
H A DScopedHashTable.h44 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 DEarlyCSE.cpp343 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 DMipsOptimizePICCall.cpp62 using ScopedHTType = ScopedHashTable<ValueType, CntRegP,
/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DMachineCSE.cpp95 ScopedHashTable<MachineInstr *, unsigned, MachineInstrExpressionTrait,