Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/IPO/
H A DHotColdSplitting.cpp188 class HotColdSplittingLegacyPass : public ModulePass { class
191 HotColdSplittingLegacyPass() : ModulePass(ID) { in HotColdSplittingLegacyPass() function in __anon70bc79950111::HotColdSplittingLegacyPass
580 bool HotColdSplittingLegacyPass::runOnModule(Module &M) { in runOnModule()
633 char HotColdSplittingLegacyPass::ID = 0;
634 INITIALIZE_PASS_BEGIN(HotColdSplittingLegacyPass, "hotcoldsplit",
638 INITIALIZE_PASS_END(HotColdSplittingLegacyPass, "hotcoldsplit", in INITIALIZE_PASS_DEPENDENCY()
642 return new HotColdSplittingLegacyPass(); in INITIALIZE_PASS_DEPENDENCY()