LLVM 22.0.0git
Public Member Functions | Static Public Member Functions | List of all members
llvm::CallGraphSCCsPrinterPass Class Reference

Printer pass for the summarized CallGraphAnalysis results. More...

#include "llvm/Analysis/CallGraph.h"

Inheritance diagram for llvm::CallGraphSCCsPrinterPass:
[legend]

Public Member Functions

 CallGraphSCCsPrinterPass (raw_ostream &OS)
 
LLVM_ABI PreservedAnalyses run (Module &M, ModuleAnalysisManager &AM)
 
- Public Member Functions inherited from llvm::PassInfoMixin< CallGraphSCCsPrinterPass >
void printPipeline (raw_ostream &OS, function_ref< StringRef(StringRef)> MapClassName2PassName)
 

Static Public Member Functions

static bool isRequired ()
 
- Static Public Member Functions inherited from llvm::PassInfoMixin< CallGraphSCCsPrinterPass >
static StringRef name ()
 Gets the name of the pass we are mixed into.
 

Detailed Description

Printer pass for the summarized CallGraphAnalysis results.

Definition at line 314 of file CallGraph.h.

Constructor & Destructor Documentation

◆ CallGraphSCCsPrinterPass()

llvm::CallGraphSCCsPrinterPass::CallGraphSCCsPrinterPass ( raw_ostream OS)
inlineexplicit

Definition at line 319 of file CallGraph.h.

References OS.

Member Function Documentation

◆ isRequired()

static bool llvm::CallGraphSCCsPrinterPass::isRequired ( )
inlinestatic

Definition at line 323 of file CallGraph.h.

◆ run()

PreservedAnalyses CallGraphSCCsPrinterPass::run ( Module M,
ModuleAnalysisManager AM 
)

The documentation for this class was generated from the following files: