Home
last modified time | relevance | path

Searched refs:MinCount (Results 1 – 15 of 15) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DProfileSummary.h35 uint64_t MinCount; ///< The minimum count for this percentile. member
40 : Cutoff(TheCutoff), MinCount(TheMinCount), NumCounts(TheNumCounts) {} in ProfileSummaryEntry()
/netbsd-src/external/apache2/llvm/dist/clang/lib/ASTMatchers/Dynamic/
H A DMarshallers.h874 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);
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ProfileData/
H A DProfileSummaryBuilder.cpp162 uint64_t HotCountThreshold = HotEntry.MinCount; in getHotCountThreshold()
171 uint64_t ColdCountThreshold = ColdEntry.MinCount; in getColdCountThreshold()
H A DSampleProfWriter.cpp676 encodeULEB128(Entry.MinCount, OS); in writeSummary()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DProfileSummary.cpp63 ConstantAsMetadata::get(ConstantInt::get(Int64Ty, Entry.MinCount)), in getDetailedSummaryMD()
263 OS << Entry.NumCounts << " blocks with count >= " << Entry.MinCount in printDetailedSummary()
/netbsd-src/sys/external/bsd/acpica/dist/include/
H A Dactbl3.h730 UINT32 MinCount; /* Minimum counter value */
808 UINT16 MinCount; /* Minimum counter value supported */
708 UINT32 MinCount; /* Minimum counter value */ global() member
786 UINT16 MinCount; /* Minimum counter value supported */ global() member
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-rc/
H A DResourceScriptParser.h106 Expected<SmallVector<RCInt, 8>> readIntsWithCommas(size_t MinCount,
H A DResourceScriptParser.cpp289 Expected<SmallVector<RCInt, 8>> RCParser::readIntsWithCommas(size_t MinCount, in readIntsWithCommas() argument
291 assert(MinCount <= MaxCount); in readIntsWithCommas()
297 if (Result.size() < MinCount) in readIntsWithCommas()
/netbsd-src/sys/external/bsd/acpica/dist/common/
H A Ddmtbinfo3.c608 {ACPI_DMT_UINT32, ACPI_WDAT_OFFSET (MinCount), "Min Count", 0},
644 {ACPI_DMT_UINT16, ACPI_WDDT_OFFSET (MinCount), "Min Count", 0},
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp488 .MinCount; in adjustInstrProfile()
493 .MinCount; in adjustInstrProfile()
500 .MinCount; in adjustInstrProfile()
1889 BaseHotThreshold = SummaryEntry.MinCount; in loadProfiles()
1897 TestHotThreshold = SummaryEntry.MinCount; in loadProfiles()
2318 MinCountThreshold = SummaryEntry.MinCount; in showHotFunctionList()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DProfileSummaryInfo.cpp277 uint64_t CountThreshold = Entry.MinCount; in computeThreshold()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ProfileData/
H A DInstrProf.h1083 ER.MinBlockCount = E.MinCount; in setEntry()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/ASTMatchers/
H A DASTMatchersInternal.h1393 template <unsigned MinCount, unsigned MaxCount>
1399 static_assert(MinCount <= sizeof...(Ms) && sizeof...(Ms) <= MaxCount,
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp582 unsigned MinCount = Known.countMinPopulation(); in foldCtpop() local
586 ConstantAsMetadata::get(ConstantInt::get(IT, MinCount)), in foldCtpop()
/netbsd-src/usr.sbin/acpitools/acpidump/
H A Dacpi.c3998 printf("\tTimer Minimum Counter Value=%d\n", wdat->MinCount); in acpi_handle_wdat()
4034 printf("\tTimer Minimum Counter Value=%d\n", wddt->MinCount); in acpi_handle_wddt()