Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DNewGVN.cpp802 CongruenceClass *getClassForExpression(const Expression *E) const;
3778 CongruenceClass *NewGVN::getClassForExpression(const Expression *E) const { in getClassForExpression() function in NewGVN
3800 auto *CC = getClassForExpression(E); in findPHIOfOpsLeader()