LLVM  8.0.1
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]
Collaboration diagram for llvm::PostDominatorTreePrinterPass:
Collaboration graph
[legend]

Public Member Functions

 PostDominatorTreePrinterPass (raw_ostream &OS)
 
PreservedAnalyses run (Function &F, FunctionAnalysisManager &AM)
 

Additional Inherited Members

- Static Public Member Functions inherited from llvm::PassInfoMixin< PostDominatorTreePrinterPass >
static StringRef name ()
 Gets the name of the pass we are mixed into. More...
 

Detailed Description

Printer pass for the PostDominatorTree.

Definition at line 57 of file PostDominators.h.

Constructor & Destructor Documentation

◆ PostDominatorTreePrinterPass()

PostDominatorTreePrinterPass::PostDominatorTreePrinterPass ( raw_ostream OS)
explicit

Definition at line 76 of file PostDominators.cpp.

Member Function Documentation

◆ run()

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

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