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

The indirect function call promotion pass. More...

#include <PGOInstrumentation.h>

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

Public Member Functions

 PGOIndirectCallPromotion (bool IsInLTO=false)
 
PreservedAnalyses run (Module &M, ModuleAnalysisManager &AM)
 

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. More...
 

Detailed Description

The indirect function call promotion pass.

Definition at line 39 of file PGOInstrumentation.h.

Constructor & Destructor Documentation

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

Definition at line 41 of file PGOInstrumentation.h.

Member Function Documentation

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

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