Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DFunctionImport.h69 CalleeInfo::HotnessType MaxHotness; member
75 ImportFailureInfo(ValueInfo VI, CalleeInfo::HotnessType MaxHotness, in ImportFailureInfo()
77 : VI(VI), MaxHotness(MaxHotness), Reason(Reason), Attempts(Attempts) {} in ImportFailureInfo()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DFunctionImport.cpp990 FailureInfo->MaxHotness = in computeImportForFunction()
991 std::max(FailureInfo->MaxHotness, Edge.second.getHotness()); in computeImportForFunction()
1123 << ", MaxHotness = " << getHotnessName(FailureInfo->MaxHotness) in computeImportForModule()