Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/Scalar/
H A DEarlyCSE.cpp86 struct SimpleValue { struct
89 SimpleValue(Instruction *I) : Inst(I) { in SimpleValue() function
114 template <> struct DenseMapInfo<SimpleValue> {
115 static inline SimpleValue getEmptyKey() { in getEmptyKey()
119 static inline SimpleValue getTombstoneKey() { in getTombstoneKey()
124 static bool isEqual(SimpleValue LHS, SimpleValue RHS);
129 unsigned DenseMapInfo<SimpleValue>::getHashValue(SimpleValue Val) { in getHashValue()
194 bool DenseMapInfo<SimpleValue>::isEqual(SimpleValue LHS, SimpleValue RHS) { in isEqual()
343 ScopedHashTable<SimpleValue, Value *, DenseMapInfo<SimpleValue>,
874 if (SimpleValue::canHandle(CondI)) { in processNode()
[all …]