Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DNewGVN.cpp796 CongruenceClass *getClassForExpression(const Expression *E) const;
3783 CongruenceClass *NewGVN::getClassForExpression(const Expression *E) const { in getClassForExpression() function in NewGVN
3805 auto *CC = getClassForExpression(E); in findPHIOfOpsLeader()