Searched refs:SampleProfileLoaderLegacyPass (Results 1 – 1 of 1) sorted by relevance
324 class SampleProfileLoaderLegacyPass : public ModulePass { class329 SampleProfileLoaderLegacyPass(StringRef Name = SampleProfileFile, in SampleProfileLoaderLegacyPass() function in __anon696b38bd0111::SampleProfileLoaderLegacyPass1517 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()