Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/
H A DProfileSummaryInfo.h171 uint64_t getOrCompColdCountThreshold() const;
/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DProfileSummaryInfo.cpp324 uint64_t ProfileSummaryInfo::getOrCompColdCountThreshold() const { in getOrCompColdCountThreshold() function in ProfileSummaryInfo
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Instrumentation/
H A DPGOInstrumentation.cpp2218 ColdCountThreshold = PSI->getOrCompColdCountThreshold(); in annotateAllFunctions()