Home
last modified time | relevance | path

Searched refs:CountThreshold (Results 1 – 2 of 2) sorted by relevance

/openbsd/gnu/llvm/llvm/lib/Analysis/
H A DProfileSummaryInfo.cpp279 uint64_t CountThreshold = Entry.MinCount; in computeThreshold() local
280 ThresholdCache[PercentileCutoff] = CountThreshold; in computeThreshold()
281 return CountThreshold; in computeThreshold()
303 auto CountThreshold = computeThreshold(PercentileCutoff); in isHotOrColdCountNthPercentile() local
305 return CountThreshold && C >= *CountThreshold; in isHotOrColdCountNthPercentile()
307 return CountThreshold && C <= *CountThreshold; in isHotOrColdCountNthPercentile()
/openbsd/gnu/llvm/llvm/lib/Target/Hexagon/
H A DHexagonConstExtenders.cpp32 static cl::opt<unsigned> CountThreshold( variable
1919 if (Idxs.size() < CountThreshold) in replaceExtenders()