Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DSampleProfile.cpp470 class SampleProfileLoaderLegacyPass : public ModulePass { class
475 SampleProfileLoaderLegacyPass( in SampleProfileLoaderLegacyPass() function in __anon1e220fe30111::SampleProfileLoaderLegacyPass
1614 char SampleProfileLoaderLegacyPass::ID = 0;
1616 INITIALIZE_PASS_BEGIN(SampleProfileLoaderLegacyPass, "sample-profile",
1622 INITIALIZE_PASS_END(SampleProfileLoaderLegacyPass, "sample-profile", in INITIALIZE_PASS_DEPENDENCY()
1829 return new SampleProfileLoaderLegacyPass(); in createSampleProfileLoaderPass()
1833 return new SampleProfileLoaderLegacyPass(Name); in createSampleProfileLoaderPass()
1896 bool SampleProfileLoaderLegacyPass::runOnModule(Module &M) { in runOnModule()