class AlwaysInlinerPass
Declaration
class AlwaysInlinerPass { /* full declaration omitted */ };
Declared at: llvm/include/llvm/Transforms/IPO/AlwaysInliner.h:29
Method Overview
- public AlwaysInlinerPass(bool InsertLifetime = true)
- public llvm::PreservedAnalyses run(llvm::Module & M, llvm::ModuleAnalysisManager &)
Methods
¶AlwaysInlinerPass(bool InsertLifetime = true)
AlwaysInlinerPass(bool InsertLifetime = true)
Declared at: llvm/include/llvm/Transforms/IPO/AlwaysInliner.h:33
Parameters
- bool InsertLifetime = true
¶llvm::PreservedAnalyses run(
llvm::Module& M,
llvm::ModuleAnalysisManager&)
llvm::PreservedAnalyses run(
llvm::Module& M,
llvm::ModuleAnalysisManager&)
Declared at: llvm/include/llvm/Transforms/IPO/AlwaysInliner.h:36