Searched refs:HotColdSplitting (Results 1 – 5 of 5) sorted by relevance
| /llvm-project-15.0.7/llvm/include/llvm/Transforms/IPO/ |
| H A D | HotColdSplitting.h | 33 class HotColdSplitting { 35 HotColdSplitting(ProfileSummaryInfo *ProfSI, in HotColdSplitting() function
|
| /llvm-project-15.0.7/llvm/lib/Transforms/IPO/ |
| H A D | HotColdSplitting.cpp | 192 bool HotColdSplitting::isFunctionCold(const Function &F) const { in isFunctionCold() 207 bool HotColdSplitting::shouldOutlineFrom(const Function &F) const { in shouldOutlineFrom() 334 Function *HotColdSplitting::extractColdRegion( in extractColdRegion() 581 bool HotColdSplitting::outlineColdRegions(Function &F, bool HasProfileSummary) { in outlineColdRegions() 687 bool HotColdSplitting::run(Module &M) { in run() 739 return HotColdSplitting(PSI, GBFI, GTTI, &GetORE, LookupAC).run(M); in runOnModule() 768 if (HotColdSplitting(PSI, GBFI, GTTI, &GetORE, LookupAC).run(M)) in run()
|
| H A D | CMakeLists.txt | 22 HotColdSplitting.cpp
|
| /llvm-project-15.0.7/llvm/test/Other/ |
| H A D | opt-hot-cold-split.ll | 17 ; LTO-POSTLINK-Os: HotColdSplitting 18 ; THINLTO-POSTLINK-Os: HotColdSplitting
|
| /llvm-project-15.0.7/llvm/utils/gn/secondary/llvm/lib/Transforms/IPO/ |
| H A D | BUILD.gn | 42 "HotColdSplitting.cpp",
|