Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/IPO/
H A DHotColdSplitting.cpp172 class HotColdSplittingLegacyPass : public ModulePass { class
175 HotColdSplittingLegacyPass() : ModulePass(ID) { in HotColdSplittingLegacyPass() function in __anon0403bc470111::HotColdSplittingLegacyPass
716 bool HotColdSplittingLegacyPass::runOnModule(Module &M) { in runOnModule()
773 char HotColdSplittingLegacyPass::ID = 0;
774 INITIALIZE_PASS_BEGIN(HotColdSplittingLegacyPass, "hotcoldsplit",
778 INITIALIZE_PASS_END(HotColdSplittingLegacyPass, "hotcoldsplit", in INITIALIZE_PASS_DEPENDENCY()
782 return new HotColdSplittingLegacyPass(); in INITIALIZE_PASS_DEPENDENCY()