Searched refs:HotColdSplittingLegacyPass (Results 1 – 1 of 1) sorted by relevance
183 class HotColdSplittingLegacyPass : public ModulePass { class186 HotColdSplittingLegacyPass() : ModulePass(ID) { in HotColdSplittingLegacyPass() function in __anone7acc6fb0111::HotColdSplittingLegacyPass727 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()