LLVM 22.0.0git
AlwaysInliner.h File Reference

Provides passes to inlining "always_inline" functions. More...

Go to the source code of this file.

Classes

class  llvm::AlwaysInlinerPass
 Inlines functions marked as "always_inline". More...

Namespaces

namespace  llvm
 This is an optimization pass for GlobalISel generic memory operations.

Functions

LLVM_ABI Passllvm::createAlwaysInlinerLegacyPass (bool InsertLifetime=true)
 Create a legacy pass manager instance of a pass to inline and remove functions marked as "always_inline".

Detailed Description

Provides passes to inlining "always_inline" functions.

Definition in file AlwaysInliner.h.