LLVM
8.0.1
|
The profile annotation (profile-instr-use) pass for IR based PGO. More...
#include "llvm/Transforms/Instrumentation/PGOInstrumentation.h"
Public Member Functions | |
PGOInstrumentationUse (std::string Filename="", std::string RemappingFilename="") | |
PreservedAnalyses | run (Module &M, ModuleAnalysisManager &AM) |
Additional Inherited Members | |
Static Public Member Functions inherited from llvm::PassInfoMixin< PGOInstrumentationUse > | |
static StringRef | name () |
Gets the name of the pass we are mixed into. More... | |
The profile annotation (profile-instr-use) pass for IR based PGO.
Definition at line 37 of file PGOInstrumentation.h.
PGOInstrumentationUse::PGOInstrumentationUse | ( | std::string | Filename = "" , |
std::string | RemappingFilename = "" |
||
) |
Definition at line 1547 of file PGOInstrumentation.cpp.
References PGOTestProfileFile, and PGOTestProfileRemappingFile.
PreservedAnalyses PGOInstrumentationUse::run | ( | Module & | M, |
ModuleAnalysisManager & | AM | ||
) |
Definition at line 1557 of file PGOInstrumentation.cpp.
References llvm::PreservedAnalyses::all(), annotateAllFunctions(), F(), llvm::AnalysisManager< IRUnitT, ExtraArgTs >::getResult(), and llvm::PreservedAnalyses::none().