Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/Transforms/IPO/
H A DFunctionImport.h75 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 Dfuncimport2.ll24 ; FAILURES: (foo): Reason = TooLarge, Threshold = 0, Size = 1, MaxHotness = unknown, Attempts = 1
/llvm-project-15.0.7/llvm/lib/Transforms/IPO/
H A DFunctionImport.cpp447 FailureInfo->MaxHotness = in computeImportForFunction()
448 std::max(FailureInfo->MaxHotness, Edge.second.getHotness()); in computeImportForFunction()
587 << ", MaxHotness = " << getHotnessName(FailureInfo->MaxHotness) in ComputeImportForModule()