Searched refs:SampleProfileLoaderLegacyPass (Results 1 – 1 of 1) sorted by relevance
473 class SampleProfileLoaderLegacyPass : public ModulePass { class478 SampleProfileLoaderLegacyPass( in SampleProfileLoaderLegacyPass() function in __anon4c1bc6cc0111::SampleProfileLoaderLegacyPass1618 char SampleProfileLoaderLegacyPass::ID = 0;1620 INITIALIZE_PASS_BEGIN(SampleProfileLoaderLegacyPass, "sample-profile",1626 INITIALIZE_PASS_END(SampleProfileLoaderLegacyPass, "sample-profile", in INITIALIZE_PASS_DEPENDENCY()1837 return new SampleProfileLoaderLegacyPass(); in createSampleProfileLoaderPass()1841 return new SampleProfileLoaderLegacyPass(Name); in createSampleProfileLoaderPass()1904 bool SampleProfileLoaderLegacyPass::runOnModule(Module &M) { in runOnModule()