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

Printer pass for the BlockFrequencyInfo results. More...

#include "llvm/Analysis/BlockFrequencyInfo.h"

Inheritance diagram for llvm::BlockFrequencyPrinterPass:
Inheritance graph
[legend]
Collaboration diagram for llvm::BlockFrequencyPrinterPass:
Collaboration graph
[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 124 of file BlockFrequencyInfo.h.

Constructor & Destructor Documentation

◆ BlockFrequencyPrinterPass()

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

Definition at line 129 of file BlockFrequencyInfo.h.

References F().

Member Function Documentation

◆ run()

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

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