14 #ifndef LLVM_TRANSFORMS_PGOINSTRUMENTATION_H
15 #define LLVM_TRANSFORMS_PGOINSTRUMENTATION_H
35 std::string ProfileFileName;
The profile annotation (profile-instr-use) pass for IR based PGO.
A Module instance is used to store all the information related to an LLVM module. ...
PGOInstrumentationUse(std::string Filename="")
A CRTP mix-in to automatically provide informational APIs needed for passes.
A set of analyses that are preserved following a run of a transformation pass.
PreservedAnalyses run(Module &M, ModuleAnalysisManager &AM)
PreservedAnalyses run(Module &M, ModuleAnalysisManager &AM)
The instrumentation (profile-instr-gen) pass for IR based PGO.
A container for analyses that lazily runs them and caches their results.
This header defines various interfaces for pass management in LLVM.