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

Printer pass for the DominanceFrontier. More...

#include <DominanceFrontier.h>

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

Public Member Functions

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

Additional Inherited Members

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

Detailed Description

Printer pass for the DominanceFrontier.

Definition at line 185 of file DominanceFrontier.h.

Constructor & Destructor Documentation

DominanceFrontierPrinterPass::DominanceFrontierPrinterPass ( raw_ostream OS)
explicit

Definition at line 68 of file DominanceFrontier.cpp.

Member Function Documentation

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

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