Home
last modified time | relevance | path

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

/llvm-project/offload/include/Utils/
H A DExponentialBackoff.h27 const int64_t CountThreshold = 0; variable
31 ExponentialBackoff(int64_t MaxCount, int64_t CountThreshold, in ExponentialBackoff()
/llvm-project/llvm/lib/Analysis/
H A DProfileSummaryInfo.cpp151 uint64_t CountThreshold = Entry.MinCount; in computeThreshold() local
175 auto CountThreshold = computeThreshold(PercentileCutoff); in isHotOrColdCountNthPercentile() local
/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonConstExtenders.cpp32 static cl::opt<unsigned> CountThreshold( variable