Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DModuleSummaryIndex.h83 HotnessType getHotness() const { return HotnessType(Hotness); } in getHotness() function
H A DDiagnosticInfo.h477 Optional<uint64_t> getHotness() const { return Hotness; } in getHotness() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DModuleSummaryAnalysis.cpp125 static CalleeInfo::HotnessType getHotness(uint64_t ProfileCount, in getHotness() function