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

Instrumentation based profiling lowering pass. More...

#include <InstrProfiling.h>

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

Public Member Functions

 InstrProfiling ()
 
 InstrProfiling (const InstrProfOptions &Options)
 
PreservedAnalyses run (Module &M, ModuleAnalysisManager &AM)
 
bool run (Module &M, const TargetLibraryInfo &TLI)
 

Additional Inherited Members

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

Detailed Description

Instrumentation based profiling lowering pass.

This pass lowers the profile instrumented code generated by FE or the IR based instrumentation pass.

Definition at line 29 of file InstrProfiling.h.

Constructor & Destructor Documentation

llvm::InstrProfiling::InstrProfiling ( )
inline

Definition at line 31 of file InstrProfiling.h.

llvm::InstrProfiling::InstrProfiling ( const InstrProfOptions Options)
inline

Definition at line 32 of file InstrProfiling.h.

Member Function Documentation

PreservedAnalyses InstrProfiling::run ( Module M,
ModuleAnalysisManager AM 
)
bool InstrProfiling::run ( Module M,
const TargetLibraryInfo TLI 
)

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