HomeSort by: relevance | last modified time | path
    Searched refs:CountThreshold (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Analysis/
ProfileSummaryInfo.cpp 277 uint64_t CountThreshold = Entry.MinCount;
278 ThresholdCache[PercentileCutoff] = CountThreshold;
279 return CountThreshold;
301 auto CountThreshold = computeThreshold(PercentileCutoff);
303 return CountThreshold && C >= CountThreshold.getValue();
305 return CountThreshold && C <= CountThreshold.getValue();
  /src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
HexagonConstExtenders.cpp 31 static cl::opt<unsigned> CountThreshold("hexagon-cext-threshold",
1917 if (Idxs.size() < CountThreshold)

Completed in 19 milliseconds