Searched refs:HotColdSplitting (Results 1 – 2 of 2) sorted by relevance
| /freebsd-12.1/contrib/llvm/lib/Transforms/IPO/ |
| H A D | HotColdSplitting.cpp | 163 class HotColdSplitting { class 165 HotColdSplitting(ProfileSummaryInfo *ProfSI, in HotColdSplitting() function in __anon70bc79950111::HotColdSplitting 209 bool HotColdSplitting::shouldOutlineFrom(const Function &F) const { in shouldOutlineFrom() 236 Function *HotColdSplitting::extractColdRegion(const BlockSequence &Region, in extractColdRegion() 464 bool HotColdSplitting::outlineColdRegions(Function &F, ProfileSummaryInfo &PSI, in outlineColdRegions() 560 bool HotColdSplitting::run(Module &M) { in run() 598 return HotColdSplitting(PSI, GBFI, GTTI, &GetORE).run(M); in runOnModule() 628 if (HotColdSplitting(PSI, GBFI, GTTI, &GetORE).run(M)) in run()
|
| /freebsd-12.1/lib/clang/libllvm/ |
| H A D | Makefile | 1285 SRCS_MIN+= Transforms/IPO/HotColdSplitting.cpp
|