|
LLVM
4.0.0
|
Provides passes to inlining "always_inline" functions. More...
#include "llvm/IR/PassManager.h"Go to the source code of this file.
Classes | |
| struct | llvm::AlwaysInlinerPass |
| Inlines functions marked as "always_inline". More... | |
Namespaces | |
| llvm | |
| Compute iterated dominance frontiers using a linear time algorithm. | |
Functions | |
| Pass * | llvm::createAlwaysInlinerLegacyPass (bool InsertLifetime=true) |
| Create a legacy pass manager instance of a pass to inline and remove functions marked as "always_inline". More... | |
Provides passes to inlining "always_inline" functions.
Definition in file AlwaysInliner.h.
1.8.6