|
LLVM
8.0.1
|
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 &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... | |
The indirect function call promotion pass.
Definition at line 50 of file PGOInstrumentation.h.
|
inline |
Definition at line 52 of file PGOInstrumentation.h.
References llvm::PGOInstrumentationGen::run().
| PreservedAnalyses PGOIndirectCallPromotion::run | ( | Module & | M, |
| ModuleAnalysisManager & | AM | ||
| ) |
Definition at line 437 of file IndirectCallPromotion.cpp.
References llvm::PreservedAnalyses::all(), llvm::AnalysisManager< IRUnitT, ExtraArgTs >::getResult(), ICPLTOMode, ICPSamplePGOMode, llvm::PreservedAnalyses::none(), and promoteIndirectCalls().
1.8.13