HomeSort by: relevance | last modified time | path
    Searched refs:MaxHotness (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/IPO/
FunctionImport.h 75 CalleeInfo::HotnessType MaxHotness;
81 ImportFailureInfo(ValueInfo VI, CalleeInfo::HotnessType MaxHotness,
83 : VI(VI), MaxHotness(MaxHotness), Reason(Reason), Attempts(Attempts) {}
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
FunctionImport.cpp 485 FailureInfo->MaxHotness =
486 std::max(FailureInfo->MaxHotness, Edge.second.getHotness());
625 << ", MaxHotness = " << getHotnessName(FailureInfo->MaxHotness)

Completed in 60 milliseconds