LLVM  8.0.1
Classes | Namespaces | Functions
AlwaysInliner.h File Reference

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

#include "llvm/IR/PassManager.h"
Include dependency graph for AlwaysInliner.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

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

Namespaces

 llvm
 This class represents lattice values for constants.
 

Functions

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

Detailed Description

Provides passes to inlining "always_inline" functions.

Definition in file AlwaysInliner.h.