Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/Analysis/
H A DProfileSummaryInfo.h170 uint64_t getOrCompColdCountThreshold() const;
/llvm-project-15.0.7/llvm/lib/Analysis/
H A DProfileSummaryInfo.cpp321 uint64_t ProfileSummaryInfo::getOrCompColdCountThreshold() const { in getOrCompColdCountThreshold() function in ProfileSummaryInfo
/llvm-project-15.0.7/llvm/lib/Transforms/Instrumentation/
H A DPGOInstrumentation.cpp1885 ColdCountThreshold = PSI->getOrCompColdCountThreshold(); in annotateAllFunctions()