Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DNewGVN.cpp799 CongruenceClass *getClassForExpression(const Expression *E) const;
3776 CongruenceClass *NewGVN::getClassForExpression(const Expression *E) const { in getClassForExpression() function in NewGVN
3798 auto *CC = getClassForExpression(E); in findPHIOfOpsLeader()