Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DEarlyCSE.cpp440 struct CallValue { struct
443 CallValue(Instruction *I) : Inst(I) { in CallValue() argument
468 template <> struct DenseMapInfo<CallValue> {
469 static inline CallValue getEmptyKey() { in getEmptyKey()
473 static inline CallValue getTombstoneKey() { in getTombstoneKey()
477 static unsigned getHashValue(CallValue Val);
478 static bool isEqual(CallValue LHS, CallValue RHS);
483 unsigned DenseMapInfo<CallValue>::getHashValue(CallValue Val) { in getHashValue()
492 bool DenseMapInfo<CallValue>::isEqual(CallValue LHS, CallValue RHS) { in isEqual()
590 ScopedHashTable<CallValue, std::pair<Instruction *, unsigned>>;
[all …]