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

Printer pass for the DominatorTree. More...

#include "llvm/Analysis/CycleAnalysis.h"

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

Public Member Functions

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

Detailed Description

Printer pass for the DominatorTree.

Definition at line 64 of file CycleAnalysis.h.

Constructor & Destructor Documentation

◆ CycleInfoPrinterPass()

CycleInfoPrinterPass::CycleInfoPrinterPass ( raw_ostream OS)
explicit

Definition at line 28 of file CycleAnalysis.cpp.

Member Function Documentation

◆ isRequired()

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

Definition at line 72 of file CycleAnalysis.h.

◆ run()

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

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