Create a legacy pass manager instance of a pass to inline and remove functions marked as "always_inline".
Declared in <llvm/Transforms/IPO/AlwaysInliner.h>
Pass*
createAlwaysInlinerLegacyPass(bool InsertLifetime = true);
A new always-inliner pass for the legacy pass manager.
| Name | Description |
|---|---|
| InsertLifetime | Whether to insert lifetime markers for inlined allocas. |