LLVM  4.0.0
Public Member Functions | List of all members
llvm::DominatorTreePrinterPass Class Reference

Printer pass for the DominatorTree. More...

#include <Dominators.h>

Inheritance diagram for llvm::DominatorTreePrinterPass:
[legend]
Collaboration diagram for llvm::DominatorTreePrinterPass:
[legend]

Public Member Functions

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

Additional Inherited Members

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

Detailed Description

Printer pass for the DominatorTree.

Definition at line 202 of file Dominators.h.

Constructor & Destructor Documentation

DominatorTreePrinterPass::DominatorTreePrinterPass ( raw_ostream OS)
explicit

Definition at line 316 of file Dominators.cpp.

Member Function Documentation

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

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