Searched refs:MaxHotness (Results 1 – 3 of 3) sorted by relevance
| /llvm-project-15.0.7/llvm/include/llvm/Transforms/IPO/ |
| H A D | FunctionImport.h | 75 CalleeInfo::HotnessType MaxHotness; member 81 ImportFailureInfo(ValueInfo VI, CalleeInfo::HotnessType MaxHotness, in ImportFailureInfo() 83 : VI(VI), MaxHotness(MaxHotness), Reason(Reason), Attempts(Attempts) {} in ImportFailureInfo()
|
| /llvm-project-15.0.7/llvm/test/ThinLTO/X86/ |
| H A D | funcimport2.ll | 24 ; FAILURES: (foo): Reason = TooLarge, Threshold = 0, Size = 1, MaxHotness = unknown, Attempts = 1
|
| /llvm-project-15.0.7/llvm/lib/Transforms/IPO/ |
| H A D | FunctionImport.cpp | 447 FailureInfo->MaxHotness = in computeImportForFunction() 448 std::max(FailureInfo->MaxHotness, Edge.second.getHotness()); in computeImportForFunction() 587 << ", MaxHotness = " << getHotnessName(FailureInfo->MaxHotness) in ComputeImportForModule()
|