Searched refs:ScopedHashTable (Results 1 – 13 of 13) sorted by relevance
| /openbsd-src/gnu/llvm/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 …]
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/Mips/ |
| H A D | MipsOptimizePICCall.cpp | 61 using ScopedHTType = ScopedHashTable<ValueType, CntRegP,
|
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/ |
| H A D | EarlyCSE.cpp | 551 ScopedHashTable<SimpleValue, Value *, DenseMapInfo<SimpleValue>, 593 ScopedHashTable<Value *, LoadValue, DenseMapInfo<Value *>, 605 ScopedHashTable<MemoryLocation, unsigned, DenseMapInfo<MemoryLocation>, 614 ScopedHashTable<CallValue, std::pair<Instruction *, unsigned>>;
|
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/ |
| H A D | MachineCSE.cpp | 113 ScopedHashTable<MachineInstr *, unsigned, MachineInstrExpressionTrait,
|
| /openbsd-src/distrib/sets/lists/comp/ |
| H A D | clang.amd64 | 1028 ./usr/include/llvm/ADT/ScopedHashTable.h
|
| H A D | clang.macppc | 1027 ./usr/include/llvm/ADT/ScopedHashTable.h
|
| H A D | clang.loongson | 1027 ./usr/include/llvm/ADT/ScopedHashTable.h
|
| H A D | clang.octeon | 1027 ./usr/include/llvm/ADT/ScopedHashTable.h
|
| H A D | clang.arm64 | 1028 ./usr/include/llvm/ADT/ScopedHashTable.h
|
| H A D | clang.powerpc64 | 1026 ./usr/include/llvm/ADT/ScopedHashTable.h
|
| H A D | clang.armv7 | 1026 ./usr/include/llvm/ADT/ScopedHashTable.h
|
| H A D | clang.i386 | 1026 ./usr/include/llvm/ADT/ScopedHashTable.h
|
| H A D | clang.sparc64 | 1027 ./usr/include/llvm/ADT/ScopedHashTable.h
|