Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DNewGVN.cpp790 ExprResult performSymbolicCallEvaluation(Instruction *) const;
1594 NewGVN::ExprResult NewGVN::performSymbolicCallEvaluation(Instruction *I) const { in performSymbolicCallEvaluation() function in NewGVN
1955 return performSymbolicCallEvaluation(I); in performSymbolicEvaluation()