Home
last modified time | relevance | path

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

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