Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DEarlyCSE.cpp483 struct CallValue { struct
486 CallValue(Instruction *I) : Inst(I) { in CallValue() function
519 template <> struct DenseMapInfo<CallValue> {
520 static inline CallValue getEmptyKey() { in getEmptyKey()
524 static inline CallValue getTombstoneKey() { in getTombstoneKey()
528 static unsigned getHashValue(CallValue Val);
529 static bool isEqual(CallValue LHS, CallValue RHS);
534 unsigned DenseMapInfo<CallValue>::getHashValue(CallValue Val) { in getHashValue()
541 bool DenseMapInfo<CallValue>::isEqual(CallValue LHS, CallValue RHS) { in isEqual()
718 ScopedHashTable<CallValue, std::pair<Instruction *, unsigned>>;
[all …]