HomeSort by relevance Sort by last modified time
    Searched defs:getHotness (Results 1 - 3 of 3) sorted by null

  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
ModuleSummaryAnalysis.cpp 121 static CalleeInfo::HotnessType getHotness(uint64_t ProfileCount,
293 auto Hotness = ScaledCount ? getHotness(ScaledCount.getValue(), PSI)
339 .updateHotness(getHotness(Candidate.Count, PSI));
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DiagnosticInfo.h 459 Optional<uint64_t> getHotness() const { return Hotness; }
    [all...]
ModuleSummaryIndex.h 81 HotnessType getHotness() const { return HotnessType(Hotness); }
    [all...]

Completed in 91 milliseconds