Home
last modified time | relevance | path

Searched refs:SampleProfileLoaderPass (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DSampleProfile.h40 class SampleProfileLoaderPass : public PassInfoMixin<SampleProfileLoaderPass> {
42 LLVM_ABI SampleProfileLoaderPass(
/freebsd/contrib/llvm-project/llvm/lib/Passes/
H A DPassBuilderPipelines.cpp1133 MPM.addPass(SampleProfileLoaderPass(PGOOpt->ProfileFile, in buildModuleSimplificationPipeline()
1884 MPM.addPass(SampleProfileLoaderPass(PGOOpt->ProfileFile, in buildLTODefaultPipeline()
2238 MPM.addPass(SampleProfileLoaderPass(PGOOpt->ProfileFile, in buildO0DefaultPipeline()
H A DPassRegistry.def156 MODULE_PASS("sample-profile", SampleProfileLoaderPass())
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DSampleProfile.cpp2328 SampleProfileLoaderPass::SampleProfileLoaderPass( in SampleProfileLoaderPass() function in SampleProfileLoaderPass
2337 PreservedAnalyses SampleProfileLoaderPass::run(Module &M, in run()