llvm::createAlwaysInlinerLegacyPass

Create a legacy pass manager instance of a pass to inline and remove functions marked as "always_inline".

Synopsis

Declared in <llvm/Transforms/IPO/AlwaysInliner.h>

Pass*
createAlwaysInlinerLegacyPass(bool InsertLifetime = true);

Return Value

A new always-inliner pass for the legacy pass manager.

Parameters

NameDescription
InsertLifetimeWhether to insert lifetime markers for inlined allocas.