Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DEarlyCSE.cpp93 struct SimpleValue { struct
96 SimpleValue(Instruction *I) : Inst(I) { in SimpleValue() function
159 template <> struct DenseMapInfo<SimpleValue> {
160 static inline SimpleValue getEmptyKey() { in getEmptyKey()
164 static inline SimpleValue getTombstoneKey() { in getTombstoneKey()
169 static bool isEqual(SimpleValue LHS, SimpleValue RHS);
345 unsigned DenseMapInfo<SimpleValue>::getHashValue(SimpleValue Val) { in getHashValue()
357 static bool isEqualImpl(SimpleValue LHS, SimpleValue RHS) { in isEqualImpl()
466 bool DenseMapInfo<SimpleValue>::isEqual(SimpleValue LHS, SimpleValue RHS) { in isEqual()
654 ScopedHashTable<SimpleValue, Value *, DenseMapInfo<SimpleValue>,
[all …]