Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/IPO/
H A DSampleProfile.cpp324 class SampleProfileLoaderLegacyPass : public ModulePass { class
329 SampleProfileLoaderLegacyPass(StringRef Name = SampleProfileFile, in SampleProfileLoaderLegacyPass() function in __anon696b38bd0111::SampleProfileLoaderLegacyPass
1517 char SampleProfileLoaderLegacyPass::ID = 0;
1519 INITIALIZE_PASS_BEGIN(SampleProfileLoaderLegacyPass, "sample-profile",
1524 INITIALIZE_PASS_END(SampleProfileLoaderLegacyPass, "sample-profile", in INITIALIZE_PASS_DEPENDENCY()
1557 return new SampleProfileLoaderLegacyPass(); in createSampleProfileLoaderPass()
1561 return new SampleProfileLoaderLegacyPass(Name); in createSampleProfileLoaderPass()
1607 bool SampleProfileLoaderLegacyPass::runOnModule(Module &M) { in runOnModule()