OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
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
Indexes created Wed Sep 02 00:25:50 UTC 2026