LLVM 19.0.0git
Classes | Namespaces | Functions
AlwaysInliner.h File Reference

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

#include "llvm/IR/PassManager.h"

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

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.