Searched refs:SampleProfileLoaderLegacyPass (Results 1 – 1 of 1) sorted by relevance
470 class SampleProfileLoaderLegacyPass : public ModulePass { class475 SampleProfileLoaderLegacyPass( in SampleProfileLoaderLegacyPass() function in __anon1e220fe30111::SampleProfileLoaderLegacyPass1614 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()