Printer pass for the summarized CallGraphAnalysis results.

Synopsis

Declared in <llvm/Analysis/CallGraph.h>

class CallGraphSCCsPrinterPass
    : public RequiredPassInfoMixin<CallGraphSCCsPrinterPass>

Base Classes

Name

Description

RequiredPassInfoMixin<CallGraphSCCsPrinterPass>

A CRTP mix‐in for passes that should not be skipped.

Member Functions

Name

Description

CallGraphSCCsPrinterPass [constructor]

Construct an SCC printer that writes to OS.

run

Print the call‐graph SCCs for module M.

Static Member Functions

Name

Description

isRequired

Return true; required passes cannot be skipped.

Created with MrDocs