Searched defs:CountThreshold (Results 1 – 4 of 4) sorted by relevance
273 uint64_t CountThreshold = Entry.MinCount; in computeThreshold() local303 auto CountThreshold = computeThreshold(PercentileCutoff); in isHotCountNthPercentile() local
317 uint64_t CountThreshold = Entry.MinCount; in computeThreshold() local341 auto CountThreshold = computeThreshold(PercentileCutoff); in isHotOrColdCountNthPercentile() local
31 static cl::opt<unsigned> CountThreshold("hexagon-cext-threshold", variable