Searched refs:HotColdSplittingLegacyPass (Results 1 – 1 of 1) sorted by relevance
184 class HotColdSplittingLegacyPass : public ModulePass { class187 HotColdSplittingLegacyPass() : ModulePass(ID) { in HotColdSplittingLegacyPass() function in __anone35281440111::HotColdSplittingLegacyPass728 bool HotColdSplittingLegacyPass::runOnModule(Module &M) { in runOnModule()785 char HotColdSplittingLegacyPass::ID = 0;786 INITIALIZE_PASS_BEGIN(HotColdSplittingLegacyPass, "hotcoldsplit",790 INITIALIZE_PASS_END(HotColdSplittingLegacyPass, "hotcoldsplit", in INITIALIZE_PASS_DEPENDENCY()794 return new HotColdSplittingLegacyPass(); in INITIALIZE_PASS_DEPENDENCY()