Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DEarlyCSE.cpp456 struct CallValue { struct
459 CallValue(Instruction *I) : Inst(I) { in CallValue() function
492 template <> struct DenseMapInfo<CallValue> {
493 static inline CallValue getEmptyKey() { in getEmptyKey()
497 static inline CallValue getTombstoneKey() { in getTombstoneKey()
501 static unsigned getHashValue(CallValue Val);
502 static bool isEqual(CallValue LHS, CallValue RHS);
507 unsigned DenseMapInfo<CallValue>::getHashValue(CallValue Val) { in getHashValue()
516 bool DenseMapInfo<CallValue>::isEqual(CallValue LHS, CallValue RHS) { in isEqual()
614 ScopedHashTable<CallValue, std::pair<Instruction *, unsigned>>;
[all …]