Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DProfileSummaryInfo.cpp161 uint64_t CountThreshold = Entry.MinCount; computeThreshold() local
185 auto CountThreshold = computeThreshold(PercentileCutoff); isHotOrColdCountNthPercentile() local
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonConstExtenders.cpp32 static cl::opt<unsigned> CountThreshold( variable