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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DEarlyCSE.cpp402 // CallValue
409 struct CallValue { struct in namespace:__anon5634
412 CallValue(Instruction *I) : Inst(I) { function in struct:__anon5634::CallValue
437 template <> struct DenseMapInfo<CallValue> {
438 static inline CallValue getEmptyKey() {
442 static inline CallValue getTombstoneKey() {
446 static unsigned getHashValue(CallValue Val);
447 static bool isEqual(CallValue LHS, CallValue RHS);
452 unsigned DenseMapInfo<CallValue>
[all...]

Completed in 96 milliseconds