|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
Declarations
include/llvm/ADT/ScopedHashTable.h 43 class ScopedHashTable;
References
include/llvm/ADT/ScopedHashTable.h 87 ScopedHashTable<K, V, KInfo, AllocatorTy> &HT;
97 ScopedHashTableScope(ScopedHashTable<K, V, KInfo, AllocatorTy> &HT);
170 ScopedHashTable(const ScopedHashTable &) = delete;
171 ScopedHashTable &operator=(const ScopedHashTable &) = delete;
171 ScopedHashTable &operator=(const ScopedHashTable &) = delete;
229 ScopedHashTableScope(ScopedHashTable<K, V, KInfo, Allocator> &ht) : HT(ht) {
lib/CodeGen/MachineCSE.cpp 102 ScopedHashTable<MachineInstr *, unsigned, MachineInstrExpressionTrait,
lib/Target/Mips/MipsOptimizePICCall.cpp 61 using ScopedHTType = ScopedHashTable<ValueType, CntRegP,
lib/Transforms/Scalar/EarlyCSE.cpp 456 ScopedHashTable<SimpleValue, Value *, DenseMapInfo<SimpleValue>,
498 ScopedHashTable<Value *, LoadValue, DenseMapInfo<Value *>,
510 ScopedHashTable<MemoryLocation, unsigned, DenseMapInfo<MemoryLocation>,
519 ScopedHashTable<CallValue, std::pair<Instruction *, unsigned>>;