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

The indirect function call promotion pass. More...

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

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

Public Member Functions

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

Additional Inherited Members

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

Detailed Description

The indirect function call promotion pass.

Definition at line 83 of file PGOInstrumentation.h.

Constructor & Destructor Documentation

◆ PGOIndirectCallPromotion()

llvm::PGOIndirectCallPromotion::PGOIndirectCallPromotion ( bool  IsInLTO = false,
bool  SamplePGO = false 
)
inline

Definition at line 85 of file PGOInstrumentation.h.

Member Function Documentation

◆ run()

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

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