|
LLVM
4.0.0
|
The indirect function call promotion pass. More...
#include <PGOInstrumentation.h>
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... | |
The indirect function call promotion pass.
Definition at line 39 of file PGOInstrumentation.h.
Definition at line 41 of file PGOInstrumentation.h.
| PreservedAnalyses PGOIndirectCallPromotion::run | ( | Module & | M, |
| ModuleAnalysisManager & | AM | ||
| ) |
Definition at line 664 of file IndirectCallPromotion.cpp.
References llvm::PreservedAnalyses::all(), ICPLTOMode, llvm::PreservedAnalyses::none(), and promoteIndirectCalls().
1.8.6