Home
last modified time | relevance | path

Searched defs:getHotness (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/gnu/llvm/llvm/include/llvm/IR/
H A DModuleSummaryIndex.h86 HotnessType getHotness() const { return HotnessType(Hotness); } in getHotness() function
H A DDiagnosticInfo.h482 std::optional<uint64_t> getHotness() const { return Hotness; } in getHotness() function
/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DModuleSummaryAnalysis.cpp128 static CalleeInfo::HotnessType getHotness(uint64_t ProfileCount, in getHotness() function