Searched refs:ScopedHashTableVal (Results 1 – 4 of 4) sorted by relevance
46 class ScopedHashTableVal {47 ScopedHashTableVal *NextInScope;48 ScopedHashTableVal *NextForKey;52 ScopedHashTableVal(const K &key, const V &val) : Key(key), Val(val) {} in ScopedHashTableVal() function59 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 …]
60 ScopedHashTableVal<ValueType, CntRegP>>;
530 ScopedHashTableVal<SimpleValue, Value *>>;572 ScopedHashTableVal<Value *, LoadValue>>;584 ScopedHashTableVal<MemoryLocation, unsigned>>;
102 ScopedHashTableVal<MachineInstr *, unsigned>>;