Searched refs:ScopedHashTableVal (Results 1 – 4 of 4) sorted by relevance
| /freebsd-12.1/contrib/llvm/include/llvm/ADT/ |
| H A D | ScopedHashTable.h | 47 class ScopedHashTableVal { 48 ScopedHashTableVal *NextInScope; 49 ScopedHashTableVal *NextForKey; 65 static ScopedHashTableVal *Create(ScopedHashTableVal *nextInScope, in Create() 69 ScopedHashTableVal *New = Allocator.template Allocate<ScopedHashTableVal>(); in Create() 71 new (New) ScopedHashTableVal(key, val); in Create() 79 this->~ScopedHashTableVal(); in Destroy() 95 ScopedHashTableVal<K, V> *LastValInScope; 109 ScopedHashTableVal<K, V> *getLastValInScope() { in getLastValInScope() 120 ScopedHashTableVal<K, V> *Node; [all …]
|
| /freebsd-12.1/contrib/llvm/lib/Target/Mips/ |
| H A D | MipsOptimizePICCall.cpp | 61 ScopedHashTableVal<ValueType, CntRegP>>;
|
| /freebsd-12.1/contrib/llvm/lib/Transforms/Scalar/ |
| H A D | EarlyCSE.cpp | 341 ScopedHashTableVal<SimpleValue, Value *>>; 383 ScopedHashTableVal<Value *, LoadValue>>; 395 ScopedHashTableVal<MemoryLocation, unsigned>>;
|
| /freebsd-12.1/contrib/llvm/lib/CodeGen/ |
| H A D | MachineCSE.cpp | 93 ScopedHashTableVal<MachineInstr *, unsigned>>;
|