LLVM 22.0.0git
llvm::RegionInfoPrinterPass Class Reference

Printer pass for the RegionInfo. More...

#include "llvm/Analysis/RegionInfo.h"

Inheritance diagram for llvm::RegionInfoPrinterPass:
[legend]

Public Member Functions

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

Detailed Description

Printer pass for the RegionInfo.

Definition at line 977 of file RegionInfo.h.

Constructor & Destructor Documentation

◆ RegionInfoPrinterPass()

RegionInfoPrinterPass::RegionInfoPrinterPass ( raw_ostream & OS)
explicit

Definition at line 197 of file RegionInfo.cpp.

Member Function Documentation

◆ isRequired()

bool llvm::RegionInfoPrinterPass::isRequired ( )
inlinestatic

Definition at line 985 of file RegionInfo.h.

◆ run()


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