Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
DProfileSummaryInfo.h162 uint64_t getOrCompColdCountThreshold() const;
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Analysis/
DProfileSummaryInfo.cpp322 uint64_t ProfileSummaryInfo::getOrCompColdCountThreshold() const { in getOrCompColdCountThreshold() function in ProfileSummaryInfo
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
DPGOInstrumentation.cpp1933 ColdCountThreshold = PSI->getOrCompColdCountThreshold(); in annotateAllFunctions()