LLVM 22.0.0git
llvm::InstrProfilingLoweringPass Class Reference

Instrumentation based profiling lowering pass. More...

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

Inheritance diagram for llvm::InstrProfilingLoweringPass:
[legend]

Public Member Functions

 InstrProfilingLoweringPass ()=default
 InstrProfilingLoweringPass (const InstrProfOptions &Options, bool IsCS=false)
LLVM_ABI PreservedAnalyses run (Module &M, ModuleAnalysisManager &AM)
Public Member Functions inherited from llvm::PassInfoMixin< InstrProfilingLoweringPass >
void printPipeline (raw_ostream &OS, function_ref< StringRef(StringRef)> MapClassName2PassName)

Additional Inherited Members

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

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 26 of file InstrProfiling.h.

Constructor & Destructor Documentation

◆ InstrProfilingLoweringPass() [1/2]

llvm::InstrProfilingLoweringPass::InstrProfilingLoweringPass ( )
default

◆ InstrProfilingLoweringPass() [2/2]

llvm::InstrProfilingLoweringPass::InstrProfilingLoweringPass ( const InstrProfOptions & Options,
bool IsCS = false )
inline

Definition at line 34 of file InstrProfiling.h.

Member Function Documentation

◆ run()


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