Searched refs:ScopedHashTableVal (Results 1 – 5 of 5) sorted by relevance
| /llvm-project-15.0.7/llvm/include/llvm/ADT/ |
| H A D | ScopedHashTable.h | 46 class ScopedHashTableVal { 47 ScopedHashTableVal *NextInScope; 48 ScopedHashTableVal *NextForKey; 64 static ScopedHashTableVal *Create(ScopedHashTableVal *nextInScope, in Create() 68 ScopedHashTableVal *New = Allocator.template Allocate<ScopedHashTableVal>(); in Create() 70 new (New) ScopedHashTableVal(key, val); in Create() 78 this->~ScopedHashTableVal(); in Destroy() 94 ScopedHashTableVal<K, V> *LastValInScope; 108 ScopedHashTableVal<K, V> *getLastValInScope() { in getLastValInScope() 119 ScopedHashTableVal<K, V> *Node; [all …]
|
| /llvm-project-15.0.7/llvm/lib/Target/Mips/ |
| H A D | MipsOptimizePICCall.cpp | 60 ScopedHashTableVal<ValueType, CntRegP>>;
|
| /llvm-project-15.0.7/mlir/lib/Transforms/ |
| H A D | CSE.cpp | 60 llvm::ScopedHashTableVal<Operation *, Operation *>>;
|
| /llvm-project-15.0.7/llvm/lib/Transforms/Scalar/ |
| H A D | EarlyCSE.cpp | 525 ScopedHashTableVal<SimpleValue, Value *>>; 567 ScopedHashTableVal<Value *, LoadValue>>; 579 ScopedHashTableVal<MemoryLocation, unsigned>>;
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/ |
| H A D | MachineCSE.cpp | 106 ScopedHashTableVal<MachineInstr *, unsigned>>;
|