OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MinCount
(Results
1 - 15
of
15
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/include/llvm/IR/
ProfileSummary.h
27
// The profile summary is one or more (Cutoff,
MinCount
, NumCounts) triplets.
35
uint64_t
MinCount
; ///< The minimum count for this percentile.
40
: Cutoff(TheCutoff),
MinCount
(TheMinCount), NumCounts(TheNumCounts) {}
/src/external/apache2/llvm/dist/llvm/lib/ProfileData/
ProfileSummaryBuilder.cpp
126
// value is a vector of (Cutoff,
MinCount
, NumCounts) triplets.
162
uint64_t HotCountThreshold = HotEntry.
MinCount
;
171
uint64_t ColdCountThreshold = ColdEntry.
MinCount
;
SampleProfWriter.cpp
676
encodeULEB128(Entry.
MinCount
, OS);
/src/external/apache2/llvm/dist/clang/lib/ASTMatchers/Dynamic/
Marshallers.h
874
VariadicOperatorMatcherDescriptor(unsigned
MinCount
, unsigned MaxCount,
876
:
MinCount
(
MinCount
), MaxCount(MaxCount), Op(Op),
882
if (Args.size() <
MinCount
|| MaxCount < Args.size()) {
888
<< ("(" + Twine(
MinCount
) + ", " + MaxStr + ")") << Args.size();
926
const unsigned
MinCount
;
1147
template <unsigned
MinCount
, unsigned MaxCount>
1149
ast_matchers::internal::VariadicOperatorMatcherFunc<
MinCount
, MaxCount>
1153
MinCount
, MaxCount, Func.Op, MatcherName);
/src/external/apache2/llvm/dist/llvm/tools/llvm-rc/
ResourceScriptParser.h
102
// Read at least
MinCount
, and at most MaxCount integers separated by
106
Expected<SmallVector<RCInt, 8>> readIntsWithCommas(size_t
MinCount
,
ResourceScriptParser.cpp
289
Expected<SmallVector<RCInt, 8>> RCParser::readIntsWithCommas(size_t
MinCount
,
291
assert(
MinCount
<= MaxCount);
297
if (Result.size() <
MinCount
)
/src/external/apache2/llvm/dist/llvm/lib/IR/
ProfileSummary.cpp
54
// elements are the (Cutoff,
MinCount
, NumCounts) triplet of the
63
ConstantAsMetadata::get(ConstantInt::get(Int64Ty, Entry.
MinCount
)),
263
OS << Entry.NumCounts << " blocks with count >= " << Entry.
MinCount
/src/sys/external/bsd/acpica/dist/include/
actbl3.h
733
UINT32
MinCount
; /* Minimum counter value */
811
UINT16
MinCount
; /* Minimum counter value supported */
/src/sys/external/bsd/acpica/dist/common/
dmtbinfo3.c
633
{ACPI_DMT_UINT32, ACPI_WDAT_OFFSET (
MinCount
), "Min Count", 0},
669
{ACPI_DMT_UINT16, ACPI_WDDT_OFFSET (
MinCount
), "Min Count", 0},
/src/external/apache2/llvm/dist/llvm/lib/Analysis/
ProfileSummaryInfo.cpp
277
uint64_t CountThreshold = Entry.
MinCount
;
/src/external/apache2/llvm/dist/llvm/tools/llvm-profdata/
llvm-profdata.cpp
488
.
MinCount
;
493
.
MinCount
;
500
.
MinCount
;
1889
BaseHotThreshold = SummaryEntry.
MinCount
;
1897
TestHotThreshold = SummaryEntry.
MinCount
;
2318
MinCountThreshold = SummaryEntry.
MinCount
;
/src/external/apache2/llvm/dist/llvm/include/llvm/ProfileData/
InstrProf.h
1083
ER.MinBlockCount = E.
MinCount
;
/src/external/apache2/llvm/dist/clang/include/clang/ASTMatchers/
ASTMatchersInternal.h
1393
template <unsigned
MinCount
, unsigned MaxCount>
1399
static_assert(
MinCount
<= sizeof...(Ms) && sizeof...(Ms) <= MaxCount,
/src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
InstCombineCalls.cpp
582
unsigned
MinCount
= Known.countMinPopulation();
586
ConstantAsMetadata::get(ConstantInt::get(IT,
MinCount
)),
/src/usr.sbin/acpitools/acpidump/
acpi.c
3998
printf("\tTimer Minimum Counter Value=%d\n", wdat->
MinCount
);
4034
printf("\tTimer Minimum Counter Value=%d\n", wddt->
MinCount
);
Completed in 32 milliseconds
Indexes created Fri Jun 12 00:25:51 UTC 2026