Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DEarlyCSE.cpp445 struct CallValue { struct
448 CallValue(Instruction *I) : Inst(I) { in CallValue() argument
473 template <> struct DenseMapInfo<CallValue> {
474 static inline CallValue getEmptyKey() { in getEmptyKey()
478 static inline CallValue getTombstoneKey() { in getTombstoneKey()
482 static unsigned getHashValue(CallValue Val);
483 static bool isEqual(CallValue LHS, CallValue RHS);
488 unsigned DenseMapInfo<CallValue>::getHashValue(CallValue Val) { in getHashValue()
497 bool DenseMapInfo<CallValue>::isEqual(CallValue LHS, CallValue RHS) { in isEqual()
595 ScopedHashTable<CallValue, std::pair<Instruction *, unsigned>>;
[all …]