Lines Matching refs:DenseMapInfo
94 return Inst == DenseMapInfo<Instruction *>::getEmptyKey() || in isSentinel()
95 Inst == DenseMapInfo<Instruction *>::getTombstoneKey(); in isSentinel()
114 template <> struct DenseMapInfo<SimpleValue> { struct
116 return DenseMapInfo<Instruction *>::getEmptyKey(); in getEmptyKey()
120 return DenseMapInfo<Instruction *>::getTombstoneKey(); in getTombstoneKey()
129 unsigned DenseMapInfo<SimpleValue>::getHashValue(SimpleValue Val) { in getHashValue()
194 bool DenseMapInfo<SimpleValue>::isEqual(SimpleValue LHS, SimpleValue RHS) { in isEqual()
266 return Inst == DenseMapInfo<Instruction *>::getEmptyKey() || in isSentinel()
267 Inst == DenseMapInfo<Instruction *>::getTombstoneKey(); in isSentinel()
286 template <> struct DenseMapInfo<CallValue> { struct
288 return DenseMapInfo<Instruction *>::getEmptyKey(); in getEmptyKey()
292 return DenseMapInfo<Instruction *>::getTombstoneKey(); in getTombstoneKey()
301 unsigned DenseMapInfo<CallValue>::getHashValue(CallValue Val) { in getHashValue()
309 bool DenseMapInfo<CallValue>::isEqual(CallValue LHS, CallValue RHS) { in isEqual()
343 ScopedHashTable<SimpleValue, Value *, DenseMapInfo<SimpleValue>,
385 ScopedHashTable<Value *, LoadValue, DenseMapInfo<Value *>,
397 ScopedHashTable<MemoryLocation, unsigned, DenseMapInfo<MemoryLocation>,