llvm::CFGSCCPrinterPass::CFGSCCPrinterPass

Construct a CFG SCC printer that writes to OS.

Synopsis

Declared in <llvm/Analysis/CFGSCCPrinter.h>

explicit
CFGSCCPrinterPass(raw_ostream& OS);

Parameters

NameDescription
OSOutput stream for the printed SCCs.