Searched refs:ScopedHashTableVal (Results 1 – 4 of 4) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/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 …]
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Mips/ |
| H A D | MipsOptimizePICCall.cpp | 60 ScopedHashTableVal<ValueType, CntRegP>>;
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | EarlyCSE.cpp | 530 ScopedHashTableVal<SimpleValue, Value *>>; 572 ScopedHashTableVal<Value *, LoadValue>>; 584 ScopedHashTableVal<MemoryLocation, unsigned>>;
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | MachineCSE.cpp | 102 ScopedHashTableVal<MachineInstr *, unsigned>>;
|