Home
last modified time | relevance | path

Searched refs:ScopedHashTableVal (Results 1 – 4 of 4) sorted by relevance

/freebsd-12.1/contrib/llvm/include/llvm/ADT/
H A DScopedHashTable.h47 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 DMipsOptimizePICCall.cpp61 ScopedHashTableVal<ValueType, CntRegP>>;
/freebsd-12.1/contrib/llvm/lib/Transforms/Scalar/
H A DEarlyCSE.cpp341 ScopedHashTableVal<SimpleValue, Value *>>;
383 ScopedHashTableVal<Value *, LoadValue>>;
395 ScopedHashTableVal<MemoryLocation, unsigned>>;
/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DMachineCSE.cpp93 ScopedHashTableVal<MachineInstr *, unsigned>>;