Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Scalar/
DEarlyCSE.cpp200 struct CallValue { struct
203 CallValue(Instruction *I) : Inst(I) { in CallValue() argument
226 template <> struct DenseMapInfo<CallValue> {
227 static inline CallValue getEmptyKey() { in getEmptyKey()
230 static inline CallValue getTombstoneKey() { in getTombstoneKey()
233 static unsigned getHashValue(CallValue Val);
234 static bool isEqual(CallValue LHS, CallValue RHS);
238 unsigned DenseMapInfo<CallValue>::getHashValue(CallValue Val) { in getHashValue()
246 bool DenseMapInfo<CallValue>::isEqual(CallValue LHS, CallValue RHS) { in isEqual()
321 typedef ScopedHashTable<CallValue, std::pair<Value *, unsigned>> CallHTType;
[all …]