Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DScopedHashTable.h46 class ScopedHashTableVal {
47 ScopedHashTableVal *NextInScope;
48 ScopedHashTableVal *NextForKey;
52 ScopedHashTableVal(const K &key, const V &val) : Key(key), Val(val) {} in ScopedHashTableVal() function
59 ScopedHashTableVal *getNextForKey() { return NextForKey; } in getNextForKey()
60 const ScopedHashTableVal *getNextForKey() const { return NextForKey; } in getNextForKey()
61 ScopedHashTableVal *getNextInScope() { return NextInScope; } in getNextInScope()
64 static ScopedHashTableVal *Create(ScopedHashTableVal *nextInScope, in Create()
65 ScopedHashTableVal *nextForKey, in Create()
68 ScopedHashTableVal *New = Allocator.template Allocate<ScopedHashTableVal>(); in Create()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsOptimizePICCall.cpp59 ScopedHashTableVal<ValueType, CntRegP>>;
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DEarlyCSE.cpp652 ScopedHashTableVal<SimpleValue, Value *>>;
695 ScopedHashTableVal<Value *, LoadValue>>;
707 ScopedHashTableVal<MemoryLocation, unsigned>>;
723 ScopedHashTableVal<GEPValue, Value *>>;
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineCSE.cpp114 ScopedHashTableVal<MachineInstr *, unsigned>>;