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

Printer pass for the BlockFrequencyInfo results. More...

#include <BlockFrequencyInfo.h>

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

Public Member Functions

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

Additional Inherited Members

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

Detailed Description

Printer pass for the BlockFrequencyInfo results.

Definition at line 104 of file BlockFrequencyInfo.h.

Constructor & Destructor Documentation

llvm::BlockFrequencyPrinterPass::BlockFrequencyPrinterPass ( raw_ostream OS)
inlineexplicit

Definition at line 109 of file BlockFrequencyInfo.h.

Member Function Documentation

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

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