Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DSampleProfile.cpp478 : ModulePass(ID), SampleLoader( in SampleProfileLoaderLegacyPass()
493 void dump() { SampleLoader.dump(); } in dump()
496 return SampleLoader.doInitialization(M); in doInitialization()
510 SampleProfileLoader SampleLoader; member in __anon1e220fe30111::SampleProfileLoaderLegacyPass
1902 return SampleLoader.runOnModule(M, nullptr, PSI, nullptr); in runOnModule()
1989 SampleProfileLoader SampleLoader( in run() local
1995 if (!SampleLoader.doInitialization(M, &FAM)) in run()
2000 if (!SampleLoader.runOnModule(M, &AM, PSI, &CG)) in run()