18#ifndef LLVM_TRANSFORMS_IPO_EMBEDBITCODEPASS_H
19#define LLVM_TRANSFORMS_IPO_EMBEDBITCODEPASS_H
45 : IsThinLTO(IsThinLTO), EmitLTOSummary(EmitLTOSummary) {}
aarch64 AArch64 CCMP Pass
Machine Check Debug Module
This header defines various interfaces for pass management in LLVM.
A container for analyses that lazily runs them and caches their results.
Pass embeds a copy of the module optimized with the provided pass pipeline into a global variable.
PreservedAnalyses run(Module &M, ModuleAnalysisManager &)
EmbedBitcodePass(bool IsThinLTO, bool EmitLTOSummary)
EmbedBitcodePass(EmbedBitcodeOptions Opts)
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.
EmbedBitcodeOptions(bool IsThinLTO, bool EmitLTOSummary)
A CRTP mix-in to automatically provide informational APIs needed for passes.