Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/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()
/netbsd/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DFunctionImport.cpp485 FailureInfo->MaxHotness = in computeImportForFunction()
486 std::max(FailureInfo->MaxHotness, Edge.second.getHotness()); in computeImportForFunction()
625 << ", MaxHotness = " << getHotnessName(FailureInfo->MaxHotness) in ComputeImportForModule()