LLVM
8.0.1
|
The instrumentation (profile-instr-gen) pass for IR based PGO. More...
#include "llvm/Transforms/Instrumentation/PGOInstrumentation.h"
Public Member Functions | |
PreservedAnalyses | run (Module &M, ModuleAnalysisManager &AM) |
Additional Inherited Members | |
Static Public Member Functions inherited from llvm::PassInfoMixin< PGOInstrumentationGen > | |
static StringRef | name () |
Gets the name of the pass we are mixed into. More... | |
The instrumentation (profile-instr-gen) pass for IR based PGO.
Definition at line 31 of file PGOInstrumentation.h.
PreservedAnalyses PGOInstrumentationGen::run | ( | Module & | M, |
ModuleAnalysisManager & | AM | ||
) |
Definition at line 1421 of file PGOInstrumentation.cpp.
References llvm::PreservedAnalyses::all(), F(), llvm::AnalysisManager< IRUnitT, ExtraArgTs >::getResult(), InstrumentAllFunctions(), and llvm::PreservedAnalyses::none().
Referenced by llvm::PGOIndirectCallPromotion::PGOIndirectCallPromotion().