The CGSCC pass manager.

Synopsis

Declared in <llvm/Analysis/CGSCCPassManager.h>

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