LLVM 19.0.0git
Public Member Functions | Static Public Member Functions | List of all members
llvm::CFGSCCPrinterPass Class Reference

#include "llvm/Analysis/CFGSCCPrinter.h"

Inheritance diagram for llvm::CFGSCCPrinterPass:
Inheritance graph
[legend]

Public Member Functions

 CFGSCCPrinterPass (raw_ostream &OS)
 
PreservedAnalyses run (Function &F, FunctionAnalysisManager &AM)
 
- Public Member Functions inherited from llvm::PassInfoMixin< CFGSCCPrinterPass >
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< CFGSCCPrinterPass >
static StringRef name ()
 Gets the name of the pass we are mixed into.
 

Detailed Description

Definition at line 16 of file CFGSCCPrinter.h.

Constructor & Destructor Documentation

◆ CFGSCCPrinterPass()

llvm::CFGSCCPrinterPass::CFGSCCPrinterPass ( raw_ostream OS)
inlineexplicit

Definition at line 20 of file CFGSCCPrinter.h.

References OS.

Member Function Documentation

◆ isRequired()

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

Definition at line 22 of file CFGSCCPrinter.h.

◆ run()

PreservedAnalyses CFGSCCPrinterPass::run ( Function F,
FunctionAnalysisManager AM 
)

Definition at line 15 of file CFGSCCPrinter.cpp.

References llvm::PreservedAnalyses::all(), F, llvm::First, and llvm::scc_begin().


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