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