Searched refs:CallValue (Results 1 – 3 of 3) sorted by relevance
/external/llvm/lib/Transforms/Scalar/ |
D | EarlyCSE.cpp | 183 struct CallValue { struct 186 CallValue(Instruction *I) : Inst(I) { in CallValue() function 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 …]
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
D | EarlyCSE.cpp | 409 struct CallValue { struct 412 CallValue(Instruction *I) : Inst(I) { in CallValue() function 437 template <> struct DenseMapInfo<CallValue> { 438 static inline CallValue getEmptyKey() { in getEmptyKey() 442 static inline CallValue getTombstoneKey() { in getTombstoneKey() 446 static unsigned getHashValue(CallValue Val); 447 static bool isEqual(CallValue LHS, CallValue RHS); 452 unsigned DenseMapInfo<CallValue>::getHashValue(CallValue Val) { in getHashValue() 460 bool DenseMapInfo<CallValue>::isEqual(CallValue LHS, CallValue RHS) { in isEqual() 557 ScopedHashTable<CallValue, std::pair<Instruction *, unsigned>>; [all …]
|
/external/llvm-project/llvm/lib/Transforms/Scalar/ |
D | EarlyCSE.cpp | 411 struct CallValue { struct 414 CallValue(Instruction *I) : Inst(I) { in CallValue() argument 439 template <> struct DenseMapInfo<CallValue> { 440 static inline CallValue getEmptyKey() { in getEmptyKey() 444 static inline CallValue getTombstoneKey() { in getTombstoneKey() 448 static unsigned getHashValue(CallValue Val); 449 static bool isEqual(CallValue LHS, CallValue RHS); 454 unsigned DenseMapInfo<CallValue>::getHashValue(CallValue Val) { in getHashValue() 470 bool DenseMapInfo<CallValue>::isEqual(CallValue LHS, CallValue RHS) { in isEqual() 575 ScopedHashTable<CallValue, std::pair<Instruction *, unsigned>>; [all …]
|