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

Instrumentation based profiling lowering pass. More...

#include "llvm/Transforms/Instrumentation/InstrProfiling.h"

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

Public Member Functions

 InstrProfiling ()=default
 
 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 36 of file InstrProfiling.h.

Constructor & Destructor Documentation

◆ InstrProfiling() [1/2]

llvm::InstrProfiling::InstrProfiling ( )
default

◆ InstrProfiling() [2/2]

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

Definition at line 39 of file InstrProfiling.h.

References F(), llvm::MipsISD::Ins, llvm::Intrinsic::memset, and run().

Member Function Documentation

◆ run() [1/2]

PreservedAnalyses InstrProfiling::run ( Module M,
ModuleAnalysisManager AM 
)

◆ run() [2/2]

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

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