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

Printer pass for the DominatorTree. More...

#include <Dominators.h>

Public Member Functions

 DominatorTreePrinterPass (raw_ostream &OS)
 
PreservedAnalyses run (Function &F, AnalysisManager< Function > *AM)
 

Static Public Member Functions

static StringRef name ()
 

Detailed Description

Printer pass for the DominatorTree.

Definition at line 185 of file Dominators.h.

Constructor & Destructor Documentation

DominatorTreePrinterPass::DominatorTreePrinterPass ( raw_ostream OS)
explicit

Definition at line 311 of file Dominators.cpp.

Member Function Documentation

static StringRef llvm::DominatorTreePrinterPass::name ( )
inlinestatic

Definition at line 192 of file Dominators.h.

PreservedAnalyses DominatorTreePrinterPass::run ( Function F,
AnalysisManager< Function > *  AM 
)

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