Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
DEarlyCSE.cpp139 struct CallValue { struct
142 CallValue(Instruction *I) : Inst(I) { in CallValue() argument
166 template<> struct isPodLike<CallValue> {
170 template<> struct DenseMapInfo<CallValue> {
171 static inline CallValue getEmptyKey() { in getEmptyKey()
174 static inline CallValue getTombstoneKey() { in getTombstoneKey()
177 static unsigned getHashValue(CallValue Val);
178 static bool isEqual(CallValue LHS, CallValue RHS);
181 unsigned DenseMapInfo<CallValue>::getHashValue(CallValue Val) { in getHashValue()
195 bool DenseMapInfo<CallValue>::isEqual(CallValue LHS, CallValue RHS) { in isEqual()
[all …]
/external/llvm/lib/Transforms/Scalar/
DEarlyCSE.cpp183 struct CallValue { struct
186 CallValue(Instruction *I) : Inst(I) { in CallValue() argument
209 template <> struct DenseMapInfo<CallValue> {
210 static inline CallValue getEmptyKey() { in getEmptyKey()
213 static inline CallValue getTombstoneKey() { in getTombstoneKey()
216 static unsigned getHashValue(CallValue Val);
217 static bool isEqual(CallValue LHS, CallValue RHS);
221 unsigned DenseMapInfo<CallValue>::getHashValue(CallValue Val) { in getHashValue()
229 bool DenseMapInfo<CallValue>::isEqual(CallValue LHS, CallValue RHS) { in isEqual()
306 typedef ScopedHashTable<CallValue, std::pair<Instruction *, unsigned>>
[all …]