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.h79 CalleeInfo::HotnessType MaxHotness; member
85 ImportFailureInfo(ValueInfo VI, CalleeInfo::HotnessType MaxHotness, in ImportFailureInfo()
87 : VI(VI), MaxHotness(MaxHotness), Reason(Reason), Attempts(Attempts) {} in ImportFailureInfo()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DFunctionImport.cpp835 FailureInfo->MaxHotness = in computeImportForFunction()
836 std::max(FailureInfo->MaxHotness, Edge.second.getHotness()); in computeImportForFunction()
977 << ", MaxHotness = " << getHotnessName(FailureInfo->MaxHotness) in computeImportForModule()