Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DProfileSummaryInfo.cpp155 uint64_t CountThreshold = Entry.MinCount; in computeThreshold() local
156 Iter->second = CountThreshold; in computeThreshold()
157 return CountThreshold; in computeThreshold()
179 auto CountThreshold = computeThreshold(PercentileCutoff); in isHotOrColdCountNthPercentile() local
181 return CountThreshold && C >= *CountThreshold; in isHotOrColdCountNthPercentile()
183 return CountThreshold && C <= *CountThreshold; in isHotOrColdCountNthPercentile()
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonConstExtenders.cpp32 static cl::opt<unsigned> CountThreshold( variable
1903 if (Idxs.size() < CountThreshold) in replaceExtenders()