Home
last modified time | relevance | path

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

/llvm-project/llvm/lib/Analysis/
H A DProfileSummaryInfo.cpp196 uint64_t ProfileSummaryInfo::getOrCompColdCountThreshold() const { in getOrCompColdCountThreshold() function in ProfileSummaryInfo
/llvm-project/llvm/include/llvm/Analysis/
H A DProfileSummaryInfo.h254 uint64_t getOrCompColdCountThreshold() const;
/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DPGOInstrumentation.cpp2303 ColdCountThreshold = PSI->getOrCompColdCountThreshold(); in setProfMetadata()