Lines Matching refs:SimpleValue
93 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()
168 static unsigned getHashValue(SimpleValue Val);
169 static bool isEqual(SimpleValue LHS, SimpleValue RHS);
235 static unsigned getHashValueImpl(SimpleValue Val) { in getHashValueImpl()
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()
652 ScopedHashTableVal<SimpleValue, Value *>>;
654 ScopedHashTable<SimpleValue, Value *, DenseMapInfo<SimpleValue>,
1242 if (SimpleValue::canHandle(OPI) && Visited.insert(OPI).second) in handleBranchCondition()
1369 if (CondInst && SimpleValue::canHandle(CondInst)) in processNode()
1406 if (CondI && SimpleValue::canHandle(CondI)) { in processNode()
1463 if (SimpleValue::canHandle(CondI)) { in processNode()
1521 if (SimpleValue::canHandle(&Inst)) { in processNode()