Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DNewGVN.cpp749 const Expression *performSymbolicCallEvaluation(Instruction *) const;
1624 const Expression *NewGVN::performSymbolicCallEvaluation(Instruction *I) const { in performSymbolicCallEvaluation() function in NewGVN
2002 E = performSymbolicCallEvaluation(I); in performSymbolicEvaluation()