The CGSCC pass manager.
Synopsis
Declared in <llvm/Analysis/CGSCCPassManager.h>
using CGSCCPassManager = PassManager<LazyCallGraph::SCC, CGSCCAnalysisManager, LazyCallGraph&, CGSCCUpdateResult&>;
Description
See the documentation for the PassManager template for details. It runs a sequence of SCC passes over each SCC that the manager is run over. This type serves as a convenient way to refer to this construct.
Created with MrDocs