| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | ProfileSummary.h | 35 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 D | InstrProfilingValue.c | 154 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 D | 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);
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/ProfileData/ |
| H A D | ProfileSummaryBuilder.cpp | 160 uint64_t HotCountThreshold = HotEntry.MinCount; in getHotCountThreshold() 169 uint64_t ColdCountThreshold = ColdEntry.MinCount; in getColdCountThreshold()
|
| H A D | SampleProfWriter.cpp | 678 encodeULEB128(Entry.MinCount, OS); in writeSummary()
|
| /freebsd-13.1/sys/contrib/dev/acpica/include/ |
| H A D | actbl3.h | 756 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 D | ProfileSummary.cpp | 63 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 D | dmtbinfo3.c | 581 {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 D | llvm-profdata.cpp | 507 .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 D | ProfileSummaryInfo.cpp | 277 uint64_t CountThreshold = Entry.MinCount; in computeThreshold()
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ProfileData/ |
| H A D | InstrProf.h | 1083 ER.MinBlockCount = E.MinCount; in setEntry()
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/ASTMatchers/ |
| H A D | ASTMatchersInternal.h | 1393 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 D | InstCombineCalls.cpp | 603 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 D | acpi.c | 969 wddt->MaxCount, wddt->MinCount, wddt->Period); in acpi_handle_wddt()
|