Searched refs:ScopedHashTable (Results 1 – 6 of 6) 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 | 648 ScopedHashTable<SimpleValue, Value *, DenseMapInfo<SimpleValue>, 691 ScopedHashTable<Value *, LoadValue, DenseMapInfo<Value *>, 703 ScopedHashTable<MemoryLocation, unsigned, DenseMapInfo<MemoryLocation>, 712 ScopedHashTable<CallValue, std::pair<Instruction *, unsigned>>; 718 using GEPHTType = ScopedHashTable<GEPValue, Value *, DenseMapInfo<GEPValue>,
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | LoopUnroll.cpp | 220 ScopedHashTable<const SCEV *, LoadValue>::ScopeTy LoadScope; 229 StackNode(ScopedHashTable<const SCEV *, LoadValue> &AvailableLoads, in StackNode() 274 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 | 91 ScopedHashTable<MachineInstr *, unsigned, MachineInstrExpressionTrait,
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/ |
| H A D | DemangleTestCases.inc | 16861 …ENS_18ScopedHashTableValIS2_jEELm32ELm8EEEE6insertERKS2_RKj", "llvm::ScopedHashTable<llvm::Machine… 16869 …ScopedHashTable<llvm::MachineInstr*, unsigned int, llvm::MachineInstrExpressionTrait, llvm::Recycl… 18219 …ScopedHashTable<llvm::Value*, std::pair<llvm::Value*, unsigned int>, llvm::DenseMapInfo<llvm::Valu… 18220 …18ScopedHashTableValIS2_S4_EELm40ELm8EEEE6insertERKS2_RKS4_", "llvm::ScopedHashTable<llvm::Value*,…
|