Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/IPO/
DSampleProfile.cpp191 class SampleProfileLoaderLegacyPass : public ModulePass { class
196 SampleProfileLoaderLegacyPass(StringRef Name = SampleProfileFile) in SampleProfileLoaderLegacyPass() function in __anon7eca00fa0111::SampleProfileLoaderLegacyPass
1193 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()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/IPO/
DSampleProfile.cpp307 class SampleProfileLoaderLegacyPass : public ModulePass { class
312 SampleProfileLoaderLegacyPass(StringRef Name = SampleProfileFile, in SampleProfileLoaderLegacyPass() function in __anonf6fa5b320111::SampleProfileLoaderLegacyPass
1503 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()