LLVM 22.0.0git
llvm::PostDominatorTreePrinterPass Class Reference

Printer pass for the PostDominatorTree. More...

#include "llvm/Analysis/PostDominators.h"

Inheritance diagram for llvm::PostDominatorTreePrinterPass:
[legend]

Public Member Functions

LLVM_ABI PostDominatorTreePrinterPass (raw_ostream &OS)
LLVM_ABI 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 64 of file PostDominators.h.

Constructor & Destructor Documentation

◆ PostDominatorTreePrinterPass()

PostDominatorTreePrinterPass::PostDominatorTreePrinterPass ( raw_ostream & OS)
explicit

Definition at line 102 of file PostDominators.cpp.

Member Function Documentation

◆ isRequired()

bool llvm::PostDominatorTreePrinterPass::isRequired ( )
inlinestatic

Definition at line 73 of file PostDominators.h.

◆ run()


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