HomeSort by relevance Sort by last modified time
    Searched refs:ScopedHashTableVal (Results 1 - 4 of 4) sorted by null

  /external/llvm/include/llvm/ADT/
ScopedHashTable.h 44 class ScopedHashTableVal {
45 ScopedHashTableVal *NextInScope;
46 ScopedHashTableVal *NextForKey;
49 ScopedHashTableVal(const K &key, const V &val) : Key(key), Val(val) {}
56 ScopedHashTableVal *getNextForKey() { return NextForKey; }
57 const ScopedHashTableVal *getNextForKey() const { return NextForKey; }
58 ScopedHashTableVal *getNextInScope() { return NextInScope; }
61 static ScopedHashTableVal *Create(ScopedHashTableVal *nextInScope,
62 ScopedHashTableVal *nextForKey
    [all...]
  /external/llvm/lib/Target/Mips/
MipsOptimizePICCall.cpp 42 ScopedHashTableVal<ValueType, CntRegP> >
  /external/llvm/lib/Transforms/Scalar/
EarlyCSE.cpp 272 BumpPtrAllocator, ScopedHashTableVal<SimpleValue, Value *>> AllocatorTy;
294 ScopedHashTableVal<Value *, std::pair<Value *, unsigned>>>
  /external/llvm/lib/CodeGen/
MachineCSE.cpp 74 ScopedHashTableVal<MachineInstr*, unsigned> > AllocatorTy;

Completed in 263 milliseconds