Home
last modified time | relevance | path

Searched defs:getColdCountThreshold (Results 1 – 2 of 2) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
DProfileSummaryInfo.h168 uint64_t getColdCountThreshold() const { in getColdCountThreshold() function
/freebsd-12-stable/contrib/llvm-project/llvm/lib/ProfileData/
DProfileSummaryBuilder.cpp166 uint64_t ProfileSummaryBuilder::getColdCountThreshold(SummaryEntryVector &DS) { in getColdCountThreshold() function in ProfileSummaryBuilder