Lines Matching refs:DenseMapInfo
105 return Inst == DenseMapInfo<Instruction *>::getEmptyKey() || in isSentinel()
106 Inst == DenseMapInfo<Instruction *>::getTombstoneKey(); in isSentinel()
147 template <> struct DenseMapInfo<SimpleValue> { struct
149 return DenseMapInfo<Instruction *>::getEmptyKey(); in getEmptyKey()
153 return DenseMapInfo<Instruction *>::getTombstoneKey(); in getTombstoneKey()
316 unsigned DenseMapInfo<SimpleValue>::getHashValue(SimpleValue Val) { in getHashValue()
428 bool DenseMapInfo<SimpleValue>::isEqual(SimpleValue LHS, SimpleValue RHS) { in isEqual()
453 return Inst == DenseMapInfo<Instruction *>::getEmptyKey() || in isSentinel()
454 Inst == DenseMapInfo<Instruction *>::getTombstoneKey(); in isSentinel()
473 template <> struct DenseMapInfo<CallValue> { struct
475 return DenseMapInfo<Instruction *>::getEmptyKey(); in getEmptyKey()
479 return DenseMapInfo<Instruction *>::getTombstoneKey(); in getTombstoneKey()
488 unsigned DenseMapInfo<CallValue>::getHashValue(CallValue Val) { in getHashValue()
497 bool DenseMapInfo<CallValue>::isEqual(CallValue LHS, CallValue RHS) { in isEqual()
532 ScopedHashTable<SimpleValue, Value *, DenseMapInfo<SimpleValue>,
574 ScopedHashTable<Value *, LoadValue, DenseMapInfo<Value *>,
586 ScopedHashTable<MemoryLocation, unsigned, DenseMapInfo<MemoryLocation>,