Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/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 : detail::AllocatorHolder<AllocatorTy> {
168 ScopedHashTable() = default;
169 ScopedHashTable(AllocatorTy A) : AllocTy(A) {} in ScopedHashTable() function
170 ScopedHashTable(const ScopedHashTable &) = delete;
171 ScopedHashTable &operator=(const ScopedHashTable &) = delete;
173 ~ScopedHashTable() { in ~ScopedHashTable()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DEarlyCSE.cpp654 ScopedHashTable<SimpleValue, Value *, DenseMapInfo<SimpleValue>,
697 ScopedHashTable<Value *, LoadValue, DenseMapInfo<Value *>,
709 ScopedHashTable<MemoryLocation, unsigned, DenseMapInfo<MemoryLocation>,
718 ScopedHashTable<CallValue, std::pair<Instruction *, unsigned>>;
724 using GEPHTType = ScopedHashTable<GEPValue, Value *, DenseMapInfo<GEPValue>,
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLoopUnroll.cpp224 ScopedHashTable<const SCEV *, LoadValue>::ScopeTy LoadScope;
233 StackNode(ScopedHashTable<const SCEV *, LoadValue> &AvailableLoads, in StackNode()
278 ScopedHashTable<const SCEV *, LoadValue> AvailableLoads; in loadCSE()
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsOptimizePICCall.cpp60 using ScopedHTType = ScopedHashTable<ValueType, CntRegP,
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineCSE.cpp116 ScopedHashTable<MachineInstr *, unsigned, MachineInstrExpressionTrait,