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

/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
H A DLICM.cpp183 Pass *llvm::createLICMPass() { return new LICM(); } function in class:llvm
/external/llvm/lib/Transforms/Scalar/
H A DLICM.cpp206 Pass *llvm::createLICMPass() { return new LegacyLICMPass(); } function in class:llvm

Completed in 159 milliseconds