Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DNewGVN.cpp833 bool eliminateInstructions(Function &);
3452 Changed |= eliminateInstructions(F); in runGVN()
3787 bool NewGVN::eliminateInstructions(Function &F) { in eliminateInstructions() function in NewGVN