Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DHotColdSplitting.cpp183 class HotColdSplittingLegacyPass : public ModulePass { class
186 HotColdSplittingLegacyPass() : ModulePass(ID) { in HotColdSplittingLegacyPass() function in __anone7acc6fb0111::HotColdSplittingLegacyPass
727 bool HotColdSplittingLegacyPass::runOnModule(Module &M) { in runOnModule()
784 char HotColdSplittingLegacyPass::ID = 0;
785 INITIALIZE_PASS_BEGIN(HotColdSplittingLegacyPass, "hotcoldsplit",
789 INITIALIZE_PASS_END(HotColdSplittingLegacyPass, "hotcoldsplit", in INITIALIZE_PASS_DEPENDENCY()
793 return new HotColdSplittingLegacyPass(); in INITIALIZE_PASS_DEPENDENCY()