Searched defs:createFunctionInliningPass (Results 1 - 2 of 2) sorted by relevance
/external/llvm/lib/Transforms/IPO/ | ||
H A D | InlineSimple.cpp | 87 Pass *llvm::createFunctionInliningPass() { return new SimpleInliner(); } function in class:llvm 89 Pass *llvm::createFunctionInliningPass(int Threshold) { function in class:llvm 93 Pass *llvm::createFunctionInliningPass(unsigned OptLevel, function in class:llvm |
/external/swiftshader/third_party/LLVM/lib/Transforms/IPO/ | ||
H A D | InlineSimple.cpp | 70 Pass *llvm::createFunctionInliningPass() { return new SimpleInliner(); } function in class:llvm 72 Pass *llvm::createFunctionInliningPass(int Threshold) { function in class:llvm |
Completed in 794 milliseconds