Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DNewGVN.cpp792 bool eliminateInstructions(Function &);
3497 Changed |= eliminateInstructions(F); in runGVN()
3860 bool NewGVN::eliminateInstructions(Function &F) { in eliminateInstructions() function in NewGVN