Searched defs:createSCCPPass (Results 1 - 2 of 2) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
H A DSCCP.cpp1702 // createSCCPPass - This is the public interface to this file.
1703 FunctionPass *llvm::createSCCPPass() { function in class:llvm
/external/llvm/lib/Transforms/Scalar/
H A DSCCP.cpp1663 // createSCCPPass - This is the public interface to this file.
1664 FunctionPass *llvm::createSCCPPass() { return new SCCPLegacyPass(); } function in class:llvm

Completed in 190 milliseconds