LLVM 19.0.0git
Public Member Functions | List of all members
llvm::PGOInstrumentationGen Class Reference

The instrumentation (profile-instr-gen) pass for IR based PGO. More...

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

Inheritance diagram for llvm::PGOInstrumentationGen:
Inheritance graph
[legend]

Public Member Functions

 PGOInstrumentationGen (bool IsCS=false)
 
PreservedAnalyses run (Module &M, ModuleAnalysisManager &MAM)
 
- Public Member Functions inherited from llvm::PassInfoMixin< PGOInstrumentationGen >
void printPipeline (raw_ostream &OS, function_ref< StringRef(StringRef)> MapClassName2PassName)
 

Additional Inherited Members

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

Detailed Description

The instrumentation (profile-instr-gen) pass for IR based PGO.

Definition at line 55 of file PGOInstrumentation.h.

Constructor & Destructor Documentation

◆ PGOInstrumentationGen()

llvm::PGOInstrumentationGen::PGOInstrumentationGen ( bool  IsCS = false)
inline

Definition at line 57 of file PGOInstrumentation.h.

Member Function Documentation

◆ run()

PreservedAnalyses PGOInstrumentationGen::run ( Module M,
ModuleAnalysisManager MAM 
)

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