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

Printer pass for the PostDominatorTree. More...

#include "llvm/Analysis/PostDominators.h"

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

Public Member Functions

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

Detailed Description

Printer pass for the PostDominatorTree.

Definition at line 63 of file PostDominators.h.

Constructor & Destructor Documentation

◆ PostDominatorTreePrinterPass()

PostDominatorTreePrinterPass::PostDominatorTreePrinterPass ( raw_ostream OS)
explicit

Definition at line 104 of file PostDominators.cpp.

Member Function Documentation

◆ isRequired()

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

Definition at line 72 of file PostDominators.h.

◆ run()

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

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