Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/Analysis/
H A DProfileSummaryInfo.cpp151 uint64_t CountThreshold = Entry.MinCount; in computeThreshold() local
152 ThresholdCache[PercentileCutoff] = CountThreshold; in computeThreshold()
153 return CountThreshold; in computeThreshold()
175 auto CountThreshold = computeThreshold(PercentileCutoff); in isHotOrColdCountNthPercentile() local
177 return CountThreshold && C >= *CountThreshold; in isHotOrColdCountNthPercentile()
179 return CountThreshold && C <= *CountThreshold; in isHotOrColdCountNthPercentile()
/src/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonConstExtenders.cpp32 static cl::opt<unsigned> CountThreshold( variable
1922 if (Idxs.size() < CountThreshold) in replaceExtenders()