Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DHotColdSplitting.cpp184 class HotColdSplittingLegacyPass : public ModulePass { class
187 HotColdSplittingLegacyPass() : ModulePass(ID) { in HotColdSplittingLegacyPass() function in __anone35281440111::HotColdSplittingLegacyPass
728 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()