LLVM 20.0.0git
|
The indirect function call promotion pass. More...
#include "llvm/Transforms/Instrumentation/PGOInstrumentation.h"
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. | |
The indirect function call promotion pass.
Definition at line 88 of file PGOInstrumentation.h.
|
inline |
Definition at line 90 of file PGOInstrumentation.h.
PreservedAnalyses PGOIndirectCallPromotion::run | ( | Module & | M, |
ModuleAnalysisManager & | MAM | ||
) |
Definition at line 1012 of file IndirectCallPromotion.cpp.
References llvm::PreservedAnalyses::all(), llvm::AnalysisManager< IRUnitT, ExtraArgTs >::getResult(), ICPLTOMode, ICPSamplePGOMode, MAM, llvm::PreservedAnalyses::none(), and promoteIndirectCalls().