Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DNewGVN.cpp434 hash_code getComputedHash() const { return E.getComputedHash(); } in getComputedHash() function
455 return E->getComputedHash(); in getHashValue()
459 return E.getComputedHash(); in getHashValue()
478 if (LHS->getComputedHash() != RHS->getComputedHash()) in isEqual()
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Scalar/
H A DGVNExpression.h91 hash_code getComputedHash() const { in getComputedHash() function