Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/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()
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/profile/
H A DInstrProfilingValue.c154 uint64_t MinCount = UINT64_MAX; in instrumentTargetValueImpl() local
162 if (CurVNode->Count < MinCount) { in instrumentTargetValueImpl()
163 MinCount = CurVNode->Count; in instrumentTargetValueImpl()
/freebsd-13.1/contrib/llvm-project/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);
/freebsd-13.1/contrib/llvm-project/llvm/lib/ProfileData/
H A DProfileSummaryBuilder.cpp160 uint64_t HotCountThreshold = HotEntry.MinCount; in getHotCountThreshold()
169 uint64_t ColdCountThreshold = ColdEntry.MinCount; in getColdCountThreshold()
H A DSampleProfWriter.cpp678 encodeULEB128(Entry.MinCount, OS); in writeSummary()
/freebsd-13.1/sys/contrib/dev/acpica/include/
H A Dactbl3.h756 UINT32 MinCount; /* Minimum counter value */ member
834 UINT16 MinCount; /* Minimum counter value supported */ member
/freebsd-13.1/contrib/llvm-project/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()
/freebsd-13.1/sys/contrib/dev/acpica/common/
H A Ddmtbinfo3.c581 {ACPI_DMT_UINT32, ACPI_WDAT_OFFSET (MinCount), "Min Count", 0},
617 {ACPI_DMT_UINT16, ACPI_WDDT_OFFSET (MinCount), "Min Count", 0},
/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp507 .MinCount; in adjustInstrProfile()
512 .MinCount; in adjustInstrProfile()
519 .MinCount; in adjustInstrProfile()
1916 BaseHotThreshold = SummaryEntry.MinCount; in loadProfiles()
1924 TestHotThreshold = SummaryEntry.MinCount; in loadProfiles()
2352 MinCountThreshold = SummaryEntry.MinCount; in showHotFunctionList()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/
H A DProfileSummaryInfo.cpp277 uint64_t CountThreshold = Entry.MinCount; in computeThreshold()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DInstrProf.h1083 ER.MinBlockCount = E.MinCount; in setEntry()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchersInternal.h1393 template <unsigned MinCount, unsigned MaxCount>
1399 static_assert(MinCount <= sizeof...(Ms) && sizeof...(Ms) <= MaxCount,
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp603 unsigned MinCount = Known.countMinPopulation(); in foldCtpop() local
607 ConstantAsMetadata::get(ConstantInt::get(IT, MinCount)), in foldCtpop()
/freebsd-13.1/usr.sbin/acpi/acpidump/
H A Dacpi.c969 wddt->MaxCount, wddt->MinCount, wddt->Period); in acpi_handle_wddt()