Searched refs:ScopedHashTable (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/llvm-project/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 : 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 D | EarlyCSE.cpp | 654 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 D | LoopUnroll.cpp | 224 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 D | MipsOptimizePICCall.cpp | 60 using ScopedHTType = ScopedHashTable<ValueType, CntRegP,
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | MachineCSE.cpp | 116 ScopedHashTable<MachineInstr *, unsigned, MachineInstrExpressionTrait,
|