Searched refs:SampleProfileLoaderLegacyPass (Results 1 – 2 of 2) sorted by relevance
191 class SampleProfileLoaderLegacyPass : public ModulePass { class196 SampleProfileLoaderLegacyPass(StringRef Name = SampleProfileFile) in SampleProfileLoaderLegacyPass() function in __anon7eca00fa0111::SampleProfileLoaderLegacyPass1193 char SampleProfileLoaderLegacyPass::ID = 0;1194 INITIALIZE_PASS_BEGIN(SampleProfileLoaderLegacyPass, "sample-profile",1197 INITIALIZE_PASS_END(SampleProfileLoaderLegacyPass, "sample-profile", in INITIALIZE_PASS_DEPENDENCY()1214 return new SampleProfileLoaderLegacyPass(SampleProfileFile); in createSampleProfileLoaderPass()1218 return new SampleProfileLoaderLegacyPass(Name); in createSampleProfileLoaderPass()1239 bool SampleProfileLoaderLegacyPass::runOnModule(Module &M) { in runOnModule()
307 class SampleProfileLoaderLegacyPass : public ModulePass { class312 SampleProfileLoaderLegacyPass(StringRef Name = SampleProfileFile, in SampleProfileLoaderLegacyPass() function in __anonf6fa5b320111::SampleProfileLoaderLegacyPass1503 char SampleProfileLoaderLegacyPass::ID = 0;1505 INITIALIZE_PASS_BEGIN(SampleProfileLoaderLegacyPass, "sample-profile",1510 INITIALIZE_PASS_END(SampleProfileLoaderLegacyPass, "sample-profile", in INITIALIZE_PASS_DEPENDENCY()1527 return new SampleProfileLoaderLegacyPass(SampleProfileFile); in createSampleProfileLoaderPass()1531 return new SampleProfileLoaderLegacyPass(Name); in createSampleProfileLoaderPass()1576 bool SampleProfileLoaderLegacyPass::runOnModule(Module &M) { in runOnModule()