Go to the documentation of this file.
14 #ifndef LLVM_TRANSFORMS_IPO_ALWAYSINLINER_H
15 #define LLVM_TRANSFORMS_IPO_ALWAYSINLINER_H
37 : InsertLifetime(InsertLifetime) {}
49 #endif // LLVM_TRANSFORMS_IPO_ALWAYSINLINER_H
A set of analyses that are preserved following a run of a transformation pass.
This is an optimization pass for GlobalISel generic memory operations.
print lazy value Lazy Value Info Printer Pass
PreservedAnalyses run(Module &M, ModuleAnalysisManager &)
A CRTP mix-in to automatically provide informational APIs needed for passes.
Pass * createAlwaysInlinerLegacyPass(bool InsertLifetime=true)
Create a legacy pass manager instance of a pass to inline and remove functions marked as "always_inli...
A Module instance is used to store all the information related to an LLVM module.
Machine Check Debug Module
AlwaysInlinerPass(bool InsertLifetime=true)
Inlines functions marked as "always_inline".
A container for analyses that lazily runs them and caches their results.