Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DEarlyCSE.cpp97 struct SimpleValue { struct
100 SimpleValue(Instruction *I) : Inst(I) { in SimpleValue() argument
147 template <> struct DenseMapInfo<SimpleValue> {
148 static inline SimpleValue getEmptyKey() { in getEmptyKey()
152 static inline SimpleValue getTombstoneKey() { in getTombstoneKey()
157 static bool isEqual(SimpleValue LHS, SimpleValue RHS);
316 unsigned DenseMapInfo<SimpleValue>::getHashValue(SimpleValue Val) { in getHashValue()
328 static bool isEqualImpl(SimpleValue LHS, SimpleValue RHS) { in isEqualImpl()
428 bool DenseMapInfo<SimpleValue>::isEqual(SimpleValue LHS, SimpleValue RHS) { in isEqual()
532 ScopedHashTable<SimpleValue, Value *, DenseMapInfo<SimpleValue>,
[all …]