Go to the documentation of this file.
14 #ifndef LLVM_TRANSFORMS_IPO_SAMPLEPROFILE_H
15 #define LLVM_TRANSFORMS_IPO_SAMPLEPROFILE_H
29 std::string File =
"", std::string RemappingFile =
"",
31 : ProfileFileName(File), ProfileRemappingFileName(RemappingFile),
37 std::string ProfileFileName;
38 std::string ProfileRemappingFileName;
44 #endif // LLVM_TRANSFORMS_IPO_SAMPLEPROFILE_H
A set of analyses that are preserved following a run of a transformation pass.
PreservedAnalyses run(Module &M, ModuleAnalysisManager &AM)
This is an optimization pass for GlobalISel generic memory operations.
The sample profiler data loader pass.
A CRTP mix-in to automatically provide informational APIs needed for passes.
ThinOrFullLTOPhase
This enumerates the LLVM full LTO or ThinLTO optimization phases.
SampleProfileLoaderPass(std::string File="", std::string RemappingFile="", ThinOrFullLTOPhase LTOPhase=ThinOrFullLTOPhase::None)
A Module instance is used to store all the information related to an LLVM module.
Machine Check Debug Module
@ None
No LTO/ThinLTO behavior needed.
A container for analyses that lazily runs them and caches their results.