Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DSampleProfile.cpp473 class SampleProfileLoaderLegacyPass : public ModulePass { class
478 SampleProfileLoaderLegacyPass( in SampleProfileLoaderLegacyPass() function in __anon4c1bc6cc0111::SampleProfileLoaderLegacyPass
1618 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()