LLVM 17.0.0git
|
This class provides access to building LLVM's passes. More...
#include "llvm/Passes/PassBuilder.h"
Classes | |
struct | PipelineElement |
A struct to capture parsed pass pipeline names. More... | |
This class provides access to building LLVM's passes.
Its members provide the baseline state available to passes during their construction. The PassRegistry.def
file specifies how to construct all of the built-in passes, and those may reference these members during construction.
Definition at line 100 of file PassBuilder.h.
|
explicit |
Definition at line 402 of file PassBuilder.cpp.
void PassBuilder::addPGOInstrPassesForO0 | ( | ModulePassManager & | MPM, |
bool | RunProfileGen, | ||
bool | IsCS, | ||
std::string | ProfileFile, | ||
std::string | ProfileRemappingFile, | ||
IntrusiveRefCntPtr< vfs::FileSystem > | FS | ||
) |
Add PGOInstrumenation passes for O0 only.
Definition at line 797 of file PassBuilderPipelines.cpp.
References llvm::PassManager< IRUnitT, AnalysisManagerT, ExtraArgTs >::addPass(), assert(), MPM, and Options.
Referenced by buildO0DefaultPipeline().
AAManager PassBuilder::buildDefaultAAPipeline | ( | ) |
Build the default AAManager
with the default alias analysis pipeline registered.
This also adds target-specific alias analyses registered via TargetMachine::registerDefaultAliasAnalyses().
Definition at line 2002 of file PassBuilderPipelines.cpp.
References EnableGlobalAnalyses, llvm::TargetMachine::registerDefaultAliasAnalyses(), llvm::AAManager::registerFunctionAnalysis(), and llvm::AAManager::registerModuleAnalysis().
Referenced by parseAAPipeline(), and registerFunctionAnalyses().
FunctionPassManager PassBuilder::buildFunctionSimplificationPipeline | ( | OptimizationLevel | Level, |
ThinOrFullLTOPhase | Phase | ||
) |
Construct the core LLVM function canonicalization and simplification pipeline.
This is a long pipeline and uses most of the per-function optimization passes in LLVM to canonicalize and simplify the IR. It is suitable to run repeatedly over the IR and is not expected to destroy important information about the semantics of the IR.
Note that Level
cannot be O0
here. The pipelines produced are only intended for use when attempting to optimize code. If frontends require some transformations for semantic reasons, they should explicitly build them.
Phase
indicates the current ThinLTO phase.
Definition at line 509 of file PassBuilderPipelines.cpp.
References llvm::PassManager< IRUnitT, AnalysisManagerT, ExtraArgTs >::addPass(), llvm::PassManager< Loop, LoopAnalysisManager, LoopStandardAnalysisResults &, LPMUpdater & >::addPass(), llvm::AreStatisticsEnabled(), assert(), llvm::createFunctionToLoopPassAdaptor(), EnableConstraintElimination, EnableDFAJumpThreading, EnableGVNHoist, EnableGVNSink, llvm::EnableKnowledgeRetention, EnableLoopFlatten, EnableLoopInterchange, llvm::PipelineTuningOptions::ForgetAllSCEVInLoopUnroll, invokeLateLoopOptimizationsEPCallbacks(), invokeLoopOptimizerEndEPCallbacks(), invokePeepholeEPCallbacks(), invokeScalarOptimizerLateEPCallbacks(), llvm::PGOOptions::IRUse, isLTOPreLink(), llvm::PipelineTuningOptions::LicmMssaNoAccForPromotionCap, llvm::PipelineTuningOptions::LicmMssaOptCap, llvm::PipelineTuningOptions::LoopUnrolling, llvm::ModifyCFG, llvm::OptimizationLevel::O0, llvm::OptimizationLevel::O3, llvm::OptimizationLevel::Oz, Phase, RunNewGVN, llvm::PGOOptions::SampleUse, and llvm::ThinLTOPreLink.
Referenced by buildInlinerPipeline(), and buildModuleInlinerPipeline().
ModuleInlinerWrapperPass PassBuilder::buildInlinerPipeline | ( | OptimizationLevel | Level, |
ThinOrFullLTOPhase | Phase | ||
) |
Construct the module pipeline that performs inlining as well as the inlining-driven cleanups.
Definition at line 828 of file PassBuilderPipelines.cpp.
References llvm::ModuleInlinerWrapperPass::addModulePass(), llvm::PassManager< IRUnitT, AnalysisManagerT, ExtraArgTs >::addPass(), AttributorRun, buildFunctionSimplificationPipeline(), llvm::CGSCC, llvm::CGSCCInliner, llvm::createCGSCCToFunctionPassAdaptor(), llvm::createModuleToFunctionPassAdaptor(), llvm::PipelineTuningOptions::EagerlyInvalidateAnalyses, llvm::InlineParams::EnableDeferral, EnablePGOInlineDeferral, llvm::getInlineParams(), getInlineParamsFromOptLevel(), llvm::InlineParams::HotCallSiteThreshold, llvm::PipelineTuningOptions::InlinerThreshold, invokeCGSCCOptimizerLateEPCallbacks(), llvm::MaxDevirtIterations, llvm::OptimizationLevel::O0, llvm::OptimizationLevel::O2, llvm::OptimizationLevel::O3, PerformMandatoryInliningsFirst, Phase, llvm::PGOOptions::SampleUse, llvm::ThinLTOPreLink, and UseInlineAdvisor.
Referenced by buildModuleSimplificationPipeline().
ModulePassManager PassBuilder::buildLTODefaultPipeline | ( | OptimizationLevel | Level, |
ModuleSummaryIndex * | ExportSummary | ||
) |
Build an LTO default optimization pipeline to a pass manager.
This provides a good default optimization pipeline for link-time optimization and code generation. It is particularly tuned to fit well when IR coming into the LTO phase was first run through addPreLinkLTODefaultPipeline
, and the two coordinate closely.
Definition at line 1587 of file PassBuilderPipelines.cpp.
References addAnnotationRemarksPass(), llvm::PassManager< IRUnitT, AnalysisManagerT, ExtraArgTs >::addPass(), llvm::PassManager< Loop, LoopAnalysisManager, LoopStandardAnalysisResults &, LPMUpdater & >::addPass(), llvm::PipelineTuningOptions::CallGraphProfile, llvm::CGSCCInliner, llvm::createFunctionToLoopPassAdaptor(), llvm::createModuleToFunctionPassAdaptor(), llvm::createModuleToPostOrderCGSCCPassAdaptor(), llvm::PGOOptions::CSIRInstr, llvm::PGOOptions::CSIRUse, llvm::PipelineTuningOptions::EagerlyInvalidateAnalyses, EnableConstraintElimination, EnableHotColdSplit, EnableLoopFlatten, EnableMemProfContextDisambiguation, EnableModuleInliner, llvm::PipelineTuningOptions::ForgetAllSCEVInLoopUnroll, llvm::FullLTOPostLink, getInlineParamsFromOptLevel(), invokeFullLinkTimeOptimizationEarlyEPCallbacks(), invokeFullLinkTimeOptimizationLastEPCallbacks(), invokePeepholeEPCallbacks(), llvm::PipelineTuningOptions::LicmMssaNoAccForPromotionCap, llvm::PipelineTuningOptions::LicmMssaOptCap, llvm::PipelineTuningOptions::LoopUnrolling, llvm::PipelineTuningOptions::MergeFunctions, llvm::ModifyCFG, MPM, llvm::OptimizationLevel::O0, llvm::OptimizationLevel::O1, llvm::OptimizationLevel::Os, llvm::OptimizationLevel::Oz, RunNewGVN, llvm::PGOOptions::SampleUse, and UseInlineAdvisor.
Referenced by runNewPMPasses().
ModulePassManager PassBuilder::buildLTOPreLinkDefaultPipeline | ( | OptimizationLevel | Level | ) |
Build a pre-link, LTO-targeting default optimization pipeline to a pass manager.
This adds the pre-link optimizations tuned to work well with a later LTO run. It works to minimize the IR which needs to be analyzed without making irreversible decisions which could be made better during the LTO run.
Definition at line 1580 of file PassBuilderPipelines.cpp.
References buildPerModuleDefaultPipeline().
ModulePassManager PassBuilder::buildModuleInlinerPipeline | ( | OptimizationLevel | Level, |
ThinOrFullLTOPhase | Phase | ||
) |
Construct the module pipeline that performs inlining with module inliner pass.
Definition at line 922 of file PassBuilderPipelines.cpp.
References llvm::PassManager< IRUnitT, AnalysisManagerT, ExtraArgTs >::addPass(), buildFunctionSimplificationPipeline(), llvm::createModuleToFunctionPassAdaptor(), llvm::createModuleToPostOrderCGSCCPassAdaptor(), llvm::PipelineTuningOptions::EagerlyInvalidateAnalyses, llvm::InlineParams::EnableDeferral, EnablePGOInlineDeferral, getInlineParamsFromOptLevel(), llvm::InlineParams::HotCallSiteThreshold, MPM, llvm::OptimizationLevel::O0, Phase, llvm::PGOOptions::SampleUse, llvm::ThinLTOPreLink, and UseInlineAdvisor.
Referenced by buildModuleSimplificationPipeline().
ModulePassManager PassBuilder::buildModuleOptimizationPipeline | ( | OptimizationLevel | Level, |
ThinOrFullLTOPhase | LTOPhase | ||
) |
Construct the core LLVM module optimization pipeline.
This pipeline focuses on optimizing the execution speed of the IR. It uses cost modeling and thresholds to balance code growth against runtime improvements. It includes vectorization and other information destroying transformations. It also cannot generally be run repeatedly on a module without potentially seriously regressing either runtime performance of the code or serious code size growth.
Note that Level
cannot be O0
here. The pipelines produced are only intended for use when attempting to optimize code. If frontends require some transformations for semantic reasons, they should explicitly build them.
Definition at line 1262 of file PassBuilderPipelines.cpp.
References llvm::PassManager< IRUnitT, AnalysisManagerT, ExtraArgTs >::addPass(), llvm::PassManager< Loop, LoopAnalysisManager, LoopStandardAnalysisResults &, LPMUpdater & >::addPass(), llvm::PipelineTuningOptions::CallGraphProfile, llvm::createFunctionToLoopPassAdaptor(), llvm::createModuleToFunctionPassAdaptor(), llvm::PGOOptions::CSIRInstr, llvm::PGOOptions::CSIRUse, llvm::PipelineTuningOptions::EagerlyInvalidateAnalyses, EnableCHR, EnableHotColdSplit, EnableIROutliner, EnableMatrix, EnableOrderFileInstrumentation, invokeOptimizerEarlyEPCallbacks(), invokeOptimizerLastEPCallbacks(), invokeVectorizerStartEPCallbacks(), isLTOPreLink(), llvm::PipelineTuningOptions::MergeFunctions, MPM, llvm::OptimizationLevel::O3, llvm::OptimizationLevel::Oz, and RunPartialInlining.
Referenced by buildPerModuleDefaultPipeline(), and buildThinLTODefaultPipeline().
ModulePassManager PassBuilder::buildModuleSimplificationPipeline | ( | OptimizationLevel | Level, |
ThinOrFullLTOPhase | Phase | ||
) |
Construct the core LLVM module canonicalization and simplification pipeline.
This pipeline focuses on canonicalizing and simplifying the entire module of IR. Much like the function simplification pipeline above, it is suitable to run repeatedly over the IR and is not expected to destroy important information. It does, however, perform inlining and other heuristic based simplifications that are not strictly reversible.
Note that Level
cannot be O0
here. The pipelines produced are only intended for use when attempting to optimize code. If frontends require some transformations for semantic reasons, they should explicitly build them.
Phase
indicates the current ThinLTO phase.
Definition at line 961 of file PassBuilderPipelines.cpp.
References llvm::PassManager< IRUnitT, AnalysisManagerT, ExtraArgTs >::addPass(), assert(), AttributorRun, buildInlinerPipeline(), buildModuleInlinerPipeline(), llvm::createModuleToFunctionPassAdaptor(), llvm::PGOOptions::CSIRInstr, llvm::PipelineTuningOptions::EagerlyInvalidateAnalyses, EnableModuleInliner, EnableSyntheticCounts, FlattenedProfileUsed, llvm::FullLTOPostLink, invokePeepholeEPCallbacks(), invokePipelineEarlySimplificationEPCallbacks(), llvm::PGOOptions::IRInstr, llvm::PGOOptions::IRUse, isLTOPreLink(), llvm::ModifyCFG, llvm::MODULE, MPM, llvm::OptimizationLevel::O0, llvm::OptimizationLevel::O3, llvm::OptimizationLevel::Os, llvm::OptimizationLevel::Oz, Phase, llvm::PGOOptions::SampleUse, and llvm::ThinLTOPostLink.
Referenced by buildPerModuleDefaultPipeline(), buildThinLTODefaultPipeline(), and buildThinLTOPreLinkDefaultPipeline().
ModulePassManager PassBuilder::buildO0DefaultPipeline | ( | OptimizationLevel | Level, |
bool | LTOPreLink = false |
||
) |
Build an O0 pipeline with the minimal semantically required passes.
This should only be used for non-LTO and LTO pre-link pipelines.
Definition at line 1902 of file PassBuilderPipelines.cpp.
References llvm::PassManager< IRUnitT, AnalysisManagerT, ExtraArgTs >::addPass(), addPGOInstrPassesForO0(), assert(), llvm::createFunctionToLoopPassAdaptor(), llvm::createModuleToFunctionPassAdaptor(), llvm::createModuleToPostOrderCGSCCPassAdaptor(), EnableMatrix, invokeCGSCCOptimizerLateEPCallbacks(), invokeLateLoopOptimizationsEPCallbacks(), invokeLoopOptimizerEndEPCallbacks(), invokeOptimizerEarlyEPCallbacks(), invokeOptimizerLastEPCallbacks(), invokePipelineEarlySimplificationEPCallbacks(), invokePipelineStartEPCallbacks(), invokeScalarOptimizerLateEPCallbacks(), invokeVectorizerStartEPCallbacks(), llvm::PGOOptions::IRInstr, llvm::PGOOptions::IRUse, llvm::PassManager< IRUnitT, AnalysisManagerT, ExtraArgTs >::isEmpty(), llvm::PassManager< Loop, LoopAnalysisManager, LoopStandardAnalysisResults &, LPMUpdater & >::isEmpty(), llvm::PipelineTuningOptions::MergeFunctions, MPM, and llvm::OptimizationLevel::O0.
Referenced by buildPerModuleDefaultPipeline(), and buildThinLTOPreLinkDefaultPipeline().
ModulePassManager PassBuilder::buildPerModuleDefaultPipeline | ( | OptimizationLevel | Level, |
bool | LTOPreLink = false |
||
) |
Build a per-module default optimization pipeline.
This provides a good default optimization pipeline for per-module optimization and code generation without any link-time optimization. It typically correspond to frontend "-O[123]" options for optimization levels O1
, O2
and O3
resp.
Definition at line 1430 of file PassBuilderPipelines.cpp.
References addAnnotationRemarksPass(), llvm::PassManager< IRUnitT, AnalysisManagerT, ExtraArgTs >::addPass(), buildModuleOptimizationPipeline(), buildModuleSimplificationPipeline(), buildO0DefaultPipeline(), llvm::createModuleToFunctionPassAdaptor(), llvm::FullLTOPreLink, invokePipelineStartEPCallbacks(), MPM, llvm::None, llvm::OptimizationLevel::O0, and llvm::PGOOptions::SampleUse.
Referenced by buildLTOPreLinkDefaultPipeline(), and runNewPMPasses().
ModulePassManager PassBuilder::buildThinLTODefaultPipeline | ( | OptimizationLevel | Level, |
const ModuleSummaryIndex * | ImportSummary | ||
) |
Build an ThinLTO default optimization pipeline to a pass manager.
This provides a good default optimization pipeline for link-time optimization and code generation. It is particularly tuned to fit well when IR coming into the LTO phase was first run through addPreLinkLTODefaultPipeline
, and the two coordinate closely.
Definition at line 1524 of file PassBuilderPipelines.cpp.
References addAnnotationRemarksPass(), llvm::PassManager< IRUnitT, AnalysisManagerT, ExtraArgTs >::addPass(), buildModuleOptimizationPipeline(), buildModuleSimplificationPipeline(), EnableMemProfContextDisambiguation, MPM, llvm::OptimizationLevel::O0, and llvm::ThinLTOPostLink.
Referenced by runNewPMPasses().
ModulePassManager PassBuilder::buildThinLTOPreLinkDefaultPipeline | ( | OptimizationLevel | Level | ) |
Build a pre-link, ThinLTO-targeting default optimization pipeline to a pass manager.
This adds the pre-link optimizations tuned to prepare a module for a ThinLTO run. It works to minimize the IR which needs to be analyzed without making irreversible decisions which could be made better during the LTO run.
Definition at line 1472 of file PassBuilderPipelines.cpp.
References addAnnotationRemarksPass(), llvm::PassManager< IRUnitT, AnalysisManagerT, ExtraArgTs >::addPass(), buildModuleSimplificationPipeline(), buildO0DefaultPipeline(), llvm::createModuleToFunctionPassAdaptor(), invokeOptimizerEarlyEPCallbacks(), invokeOptimizerLastEPCallbacks(), invokePipelineStartEPCallbacks(), MPM, llvm::OptimizationLevel::O0, RunPartialInlining, llvm::PGOOptions::SampleUse, and llvm::ThinLTOPreLink.
void PassBuilder::crossRegisterProxies | ( | LoopAnalysisManager & | LAM, |
FunctionAnalysisManager & | FAM, | ||
CGSCCAnalysisManager & | CGAM, | ||
ModuleAnalysisManager & | MAM | ||
) |
Cross register the analysis managers through their proxies.
This is an interface that can be used to cross register each AnalysisManager with all the others analysis managers.
Definition at line 1764 of file PassBuilder.cpp.
References CGAM, FAM, LAM, MAM, and llvm::AnalysisManager< IRUnitT, ExtraArgTs >::registerPass().
Referenced by runNewPMPasses().
|
inline |
Returns PIC.
External libraries can use this to register pass instrumentation callbacks.
Definition at line 554 of file PassBuilder.h.
References PIC.
void PassBuilder::invokeCGSCCOptimizerLateEPCallbacks | ( | CGSCCPassManager & | CGPM, |
OptimizationLevel | Level | ||
) |
Definition at line 315 of file PassBuilderPipelines.cpp.
References llvm::CallingConv::C.
Referenced by buildInlinerPipeline(), and buildO0DefaultPipeline().
void PassBuilder::invokeFullLinkTimeOptimizationEarlyEPCallbacks | ( | ModulePassManager & | MPM, |
OptimizationLevel | Level | ||
) |
Definition at line 335 of file PassBuilderPipelines.cpp.
References llvm::CallingConv::C, and MPM.
Referenced by buildLTODefaultPipeline().
void PassBuilder::invokeFullLinkTimeOptimizationLastEPCallbacks | ( | ModulePassManager & | MPM, |
OptimizationLevel | Level | ||
) |
Definition at line 340 of file PassBuilderPipelines.cpp.
References llvm::CallingConv::C, and MPM.
Referenced by buildLTODefaultPipeline().
void PassBuilder::invokeLateLoopOptimizationsEPCallbacks | ( | LoopPassManager & | LPM, |
OptimizationLevel | Level | ||
) |
Definition at line 300 of file PassBuilderPipelines.cpp.
References llvm::CallingConv::C.
Referenced by buildFunctionSimplificationPipeline(), and buildO0DefaultPipeline().
void PassBuilder::invokeLoopOptimizerEndEPCallbacks | ( | LoopPassManager & | LPM, |
OptimizationLevel | Level | ||
) |
Definition at line 305 of file PassBuilderPipelines.cpp.
References llvm::CallingConv::C.
Referenced by buildFunctionSimplificationPipeline(), and buildO0DefaultPipeline().
void PassBuilder::invokeOptimizerEarlyEPCallbacks | ( | ModulePassManager & | MPM, |
OptimizationLevel | Level | ||
) |
Definition at line 325 of file PassBuilderPipelines.cpp.
References llvm::CallingConv::C, and MPM.
Referenced by buildModuleOptimizationPipeline(), buildO0DefaultPipeline(), and buildThinLTOPreLinkDefaultPipeline().
void PassBuilder::invokeOptimizerLastEPCallbacks | ( | ModulePassManager & | MPM, |
OptimizationLevel | Level | ||
) |
Definition at line 330 of file PassBuilderPipelines.cpp.
References llvm::CallingConv::C, and MPM.
Referenced by buildModuleOptimizationPipeline(), buildO0DefaultPipeline(), and buildThinLTOPreLinkDefaultPipeline().
void PassBuilder::invokePeepholeEPCallbacks | ( | FunctionPassManager & | FPM, |
OptimizationLevel | Level | ||
) |
Definition at line 295 of file PassBuilderPipelines.cpp.
References llvm::CallingConv::C.
Referenced by buildFunctionSimplificationPipeline(), buildLTODefaultPipeline(), and buildModuleSimplificationPipeline().
void PassBuilder::invokePipelineEarlySimplificationEPCallbacks | ( | ModulePassManager & | MPM, |
OptimizationLevel | Level | ||
) |
Definition at line 350 of file PassBuilderPipelines.cpp.
References llvm::CallingConv::C, and MPM.
Referenced by buildModuleSimplificationPipeline(), and buildO0DefaultPipeline().
void PassBuilder::invokePipelineStartEPCallbacks | ( | ModulePassManager & | MPM, |
OptimizationLevel | Level | ||
) |
Definition at line 345 of file PassBuilderPipelines.cpp.
References llvm::CallingConv::C, and MPM.
Referenced by buildO0DefaultPipeline(), buildPerModuleDefaultPipeline(), and buildThinLTOPreLinkDefaultPipeline().
void PassBuilder::invokeScalarOptimizerLateEPCallbacks | ( | FunctionPassManager & | FPM, |
OptimizationLevel | Level | ||
) |
Definition at line 310 of file PassBuilderPipelines.cpp.
References llvm::CallingConv::C.
Referenced by buildFunctionSimplificationPipeline(), and buildO0DefaultPipeline().
void PassBuilder::invokeVectorizerStartEPCallbacks | ( | FunctionPassManager & | FPM, |
OptimizationLevel | Level | ||
) |
Definition at line 320 of file PassBuilderPipelines.cpp.
References llvm::CallingConv::C.
Referenced by buildModuleOptimizationPipeline(), and buildO0DefaultPipeline().
Parse a textual alias analysis pipeline into the provided AA manager.
The format of the textual AA pipeline is a comma separated list of AA pass names:
basic-aa,globals-aa,...
The AA manager is set up such that the provided alias analyses are tried in the order specified. See the AAManaager
documentation for details about the logic used. This routine just provides the textual mapping between AA names and the analyses to register with the manager.
Returns false if the text cannot be parsed cleanly. The specific state of the AA
manager is unspecified if such an error is encountered and this returns false.
Definition at line 1896 of file PassBuilder.cpp.
References buildDefaultAAPipeline(), llvm::StringRef::empty(), llvm::formatv(), llvm::inconvertibleErrorCode(), Name, llvm::StringRef::split(), and llvm::Error::success().
Referenced by runNewPMPasses().
Error PassBuilder::parsePassPipeline | ( | CGSCCPassManager & | CGPM, |
StringRef | PipelineText | ||
) |
{{@ Parse a textual pass pipeline description into a specific PassManager
Automatic deduction of an appropriate pass manager stack is not supported. For example, to insert a loop pass 'lpass' into a FunctionPassManager, this is the valid pipeline text:
Definition at line 1837 of file PassBuilder.cpp.
References llvm::formatv(), llvm::StringRef::front(), llvm::inconvertibleErrorCode(), isCGSCCPassName(), and llvm::Error::success().
Error PassBuilder::parsePassPipeline | ( | FunctionPassManager & | FPM, |
StringRef | PipelineText | ||
) |
Definition at line 1860 of file PassBuilder.cpp.
References llvm::formatv(), llvm::StringRef::front(), llvm::inconvertibleErrorCode(), isFunctionPassName(), and llvm::Error::success().
Error PassBuilder::parsePassPipeline | ( | LoopPassManager & | LPM, |
StringRef | PipelineText | ||
) |
Definition at line 1882 of file PassBuilder.cpp.
References llvm::formatv(), llvm::inconvertibleErrorCode(), and llvm::Error::success().
Error PassBuilder::parsePassPipeline | ( | ModulePassManager & | MPM, |
StringRef | PipelineText | ||
) |
Parse a textual pass pipeline description into a ModulePassManager
.
The format of the textual pass pipeline description looks something like:
module(function(instcombine,sroa),dce,cgscc(inliner,function(...)),...)
Pass managers have ()s describing the nest structure of passes. All passes are comma separated. As a special shortcut, if the very first pass is not a module pass (as a module pass manager is), this will automatically form the shortest stack of pass managers that allow inserting that first pass. So, assuming function passes 'fpassN', CGSCC passes 'cgpassN', and loop passes 'lpassN', all of these are valid:
fpass1,fpass2,fpass3 cgpass1,cgpass2,cgpass3 lpass1,lpass2,lpass3
And they are equivalent to the following (resp.):
module(function(fpass1,fpass2,fpass3)) module(cgscc(cgpass1,cgpass2,cgpass3)) module(function(loop(lpass1,lpass2,lpass3)))
This shortcut is especially useful for debugging and testing small pass combinations.
The sequence of passes aren't necessarily the exact same kind of pass. You can mix different levels implicitly if adaptor passes are defined to make them work. For example,
mpass1,fpass1,fpass2,mpass2,lpass1
This pipeline uses only one pass manager: the top-level module manager. fpass1,fpass2 and lpass1 are added into the the top-level module manager using only adaptor passes. No nested function/loop pass managers are added. The purpose is to allow easy pass testing when the user specifically want the pass to run under a adaptor directly. This is preferred when a pipeline is largely of one type, but one or just a few passes are of different types(See PassBuilder.cpp for examples).
Definition at line 1789 of file PassBuilder.cpp.
References llvm::CallingConv::C, llvm::formatv(), llvm::StringRef::front(), llvm::inconvertibleErrorCode(), isCGSCCPassName(), isFunctionPassName(), isLoopNestPassName(), isLoopPassName(), isModulePassName(), MPM, and llvm::Error::success().
Referenced by runNewPMPasses().
void PassBuilder::printPassNames | ( | raw_ostream & | OS | ) |
|
inline |
{{@ Register callbacks for analysis registration with this PassBuilder instance.
Callees register their analyses with the given AnalysisManager objects.
Definition at line 493 of file PassBuilder.h.
References llvm::CallingConv::C.
Referenced by llvm::AMDGPUTargetMachine::registerPassBuilderCallbacks(), llvm::DirectXTargetMachine::registerPassBuilderCallbacks(), and llvm::NVPTXTargetMachine::registerPassBuilderCallbacks().
|
inline |
Definition at line 497 of file PassBuilder.h.
References llvm::CallingConv::C.
|
inline |
Definition at line 501 of file PassBuilder.h.
References llvm::CallingConv::C.
|
inline |
Definition at line 505 of file PassBuilder.h.
References llvm::CallingConv::C.
void PassBuilder::registerCGSCCAnalyses | ( | CGSCCAnalysisManager & | CGAM | ) |
Registers all available CGSCC analysis passes.
This is an interface that can be used to populate a CGSCCAnalysisManager
with all registered CGSCC analyses. Callers can still manually register any additional analyses. Callers can also pre-register analyses and this will not override those.
Definition at line 448 of file PassBuilder.cpp.
References llvm::CallingConv::C, and CGAM.
Referenced by runNewPMPasses().
|
inline |
Register a callback for a default optimizer pipeline extension point.
This extension point allows adding CallGraphSCC passes at the end of the main CallGraphSCC passes and before any function simplification passes run by CGPassManager.
Definition at line 412 of file PassBuilder.h.
References llvm::CallingConv::C.
Referenced by llvm::AMDGPUTargetMachine::registerPassBuilderCallbacks().
|
inline |
Register a callback for a default optimizer pipeline extension point.
This extension point allows adding optimizations at the start of the full LTO pipeline.
Definition at line 469 of file PassBuilder.h.
References llvm::CallingConv::C.
|
inline |
Register a callback for a default optimizer pipeline extension point.
This extension point allows adding optimizations at the end of the full LTO pipeline.
Definition at line 478 of file PassBuilder.h.
References llvm::CallingConv::C.
void PassBuilder::registerFunctionAnalyses | ( | FunctionAnalysisManager & | FAM | ) |
Registers all available function analysis passes.
This is an interface that can be used to populate a FunctionAnalysisManager
with all registered function analyses. Callers can still manually register any additional analyses. Callers can also pre-register analyses and this will not override those.
Definition at line 457 of file PassBuilder.cpp.
References buildDefaultAAPipeline(), llvm::CallingConv::C, FAM, and llvm::AnalysisManager< IRUnitT, ExtraArgTs >::registerPass().
Referenced by llvm::orc::BlockFreqQuery::operator()(), and runNewPMPasses().
|
inline |
Register a callback for a default optimizer pipeline extension point.
This extension point allows adding late loop canonicalization and simplification passes. This is the last point in the loop optimization pipeline before loop deletion. Each pass added here must be an instance of LoopPass. This is the place to add passes that can remove loops, such as target- specific loop idiom recognition.
Definition at line 381 of file PassBuilder.h.
References llvm::CallingConv::C.
Referenced by llvm::HexagonTargetMachine::registerPassBuilderCallbacks().
void PassBuilder::registerLoopAnalyses | ( | LoopAnalysisManager & | LAM | ) |
Registers all available loop analysis passes.
This is an interface that can be used to populate a LoopAnalysisManager
with all registered loop analyses. Callers can still manually register any additional analyses.
Definition at line 471 of file PassBuilder.cpp.
References llvm::CallingConv::C, and LAM.
Referenced by runNewPMPasses().
|
inline |
Register a callback for a default optimizer pipeline extension point.
This extension point allows adding loop passes to the end of the loop optimizer.
Definition at line 391 of file PassBuilder.h.
References llvm::CallingConv::C.
Referenced by llvm::HexagonTargetMachine::registerPassBuilderCallbacks().
void PassBuilder::registerModuleAnalyses | ( | ModuleAnalysisManager & | MAM | ) |
Registers all available module analysis passes.
This is an interface that can be used to populate a ModuleAnalysisManager
with all registered module analyses. Callers can still manually register any additional analyses. Callers can also pre-register analyses and this will not override those.
Definition at line 439 of file PassBuilder.cpp.
References llvm::CallingConv::C, and MAM.
Referenced by runNewPMPasses().
|
inline |
Register a callback for a default optimizer pipeline extension point.
This extension point allows adding optimizations before the function optimization pipeline.
Definition at line 451 of file PassBuilder.h.
References llvm::CallingConv::C.
|
inline |
Register a callback for a default optimizer pipeline extension point.
This extension point allows adding optimizations at the very end of the function optimization pipeline.
Definition at line 460 of file PassBuilder.h.
References llvm::CallingConv::C.
|
inline |
Register a callback for parsing an AliasAnalysis Name to populate the given AAManager AA
.
Definition at line 485 of file PassBuilder.h.
References llvm::CallingConv::C.
Referenced by llvm::AMDGPUTargetMachine::registerPassBuilderCallbacks(), and llvm::NVPTXTargetMachine::registerPassBuilderCallbacks().
void PassBuilder::registerParseTopLevelPipelineCallback | ( | const std::function< bool(ModulePassManager &, ArrayRef< PipelineElement >)> & | C | ) |
Register a callback for a top-level pipeline entry.
If the PassManager type is not given at the top level of the pipeline text, this Callback should be used to determine the appropriate stack of PassManagers and populate the passed ModulePassManager.
Definition at line 1992 of file PassBuilder.cpp.
References llvm::CallingConv::C.
|
inline |
Register a callback for a default optimizer pipeline extension point.
This extension point allows adding passes that perform peephole optimizations similar to the instruction combiner. These passes will be inserted after each instance of the instruction combiner pass.
Definition at line 367 of file PassBuilder.h.
References llvm::CallingConv::C.
Referenced by llvm::BPFTargetMachine::registerPassBuilderCallbacks().
|
inline |
Register a callback for a default optimizer pipeline extension point.
This extension point allows adding optimization right after passes that do basic simplification of the input IR.
Definition at line 442 of file PassBuilder.h.
References llvm::CallingConv::C.
Referenced by llvm::AMDGPUTargetMachine::registerPassBuilderCallbacks(), and llvm::BPFTargetMachine::registerPassBuilderCallbacks().
|
inline |
{{@ Register pipeline parsing callbacks with this pass builder instance.
Using these callbacks, callers can parse both a single pass name, as well as entire sub-pipelines, and populate the PassManager instance accordingly.
Definition at line 515 of file PassBuilder.h.
References llvm::CallingConv::C.
Referenced by llvm::AMDGPUTargetMachine::registerPassBuilderCallbacks(), llvm::DirectXTargetMachine::registerPassBuilderCallbacks(), and llvm::NVPTXTargetMachine::registerPassBuilderCallbacks().
|
inline |
Definition at line 520 of file PassBuilder.h.
References llvm::CallingConv::C.
|
inline |
Definition at line 525 of file PassBuilder.h.
References llvm::CallingConv::C.
|
inline |
Definition at line 530 of file PassBuilder.h.
References llvm::CallingConv::C.
|
inline |
Register a callback for a default optimizer pipeline extension point.
This extension point allows adding optimization once at the start of the pipeline. This does not apply to 'backend' compiles (LTO and ThinLTO link-time pipelines).
Definition at line 433 of file PassBuilder.h.
References llvm::CallingConv::C.
Referenced by llvm::AMDGPUTargetMachine::registerPassBuilderCallbacks(), llvm::BPFTargetMachine::registerPassBuilderCallbacks(), and llvm::NVPTXTargetMachine::registerPassBuilderCallbacks().
|
inline |
Register a callback for a default optimizer pipeline extension point.
This extension point allows adding optimization passes after most of the main optimizations, but before the last cleanup-ish optimizations.
Definition at line 401 of file PassBuilder.h.
References llvm::CallingConv::C.
|
inline |
Register a callback for a default optimizer pipeline extension point.
This extension point allows adding optimization passes before the vectorizer and other highly target specific optimization passes are executed.
Definition at line 423 of file PassBuilder.h.
References llvm::CallingConv::C.