Home
last modified time | relevance | path

Searched refs:isHotCount (Results 1 – 3 of 3) sorted by relevance

/external/llvm/include/llvm/Analysis/
DProfileSummaryInfo.h59 bool isHotCount(uint64_t C);
/external/llvm/lib/Analysis/
DProfileSummaryInfo.cpp116 bool ProfileSummaryInfo::isHotCount(uint64_t C) { in isHotCount() function in ProfileSummaryInfo
DInlineCost.cpp639 PSI->isHotCount(TotalWeight)) in updateThreshold()