Searched refs:MinCount (Results 1 – 13 of 13) sorted by relevance
| /freebsd-12.1/contrib/llvm/include/llvm/IR/ |
| H A D | ProfileSummary.h | 34 uint64_t MinCount; ///< The minimum count for this percentile. member 39 : Cutoff(TheCutoff), MinCount(TheMinCount), NumCounts(TheNumCounts) {} in ProfileSummaryEntry()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/ASTMatchers/Dynamic/ |
| H A D | Marshallers.h | 643 VariadicOperatorMatcherDescriptor(unsigned MinCount, unsigned MaxCount, 645 : MinCount(MinCount), MaxCount(MaxCount), Op(Op), 651 if (Args.size() < MinCount || MaxCount < Args.size()) { 657 << ("(" + Twine(MinCount) + ", " + MaxStr + ")") << Args.size(); 695 const unsigned MinCount; 786 template <unsigned MinCount, unsigned MaxCount> 788 ast_matchers::internal::VariadicOperatorMatcherFunc<MinCount, MaxCount> 792 MinCount, MaxCount, Func.Op, MatcherName);
|
| /freebsd-12.1/contrib/compiler-rt/lib/profile/ |
| H A D | InstrProfilingValue.c | 151 uint64_t MinCount = UINT64_MAX; in instrumentTargetValueImpl() local 159 if (CurVNode->Count < MinCount) { in instrumentTargetValueImpl() 160 MinCount = CurVNode->Count; in instrumentTargetValueImpl()
|
| /freebsd-12.1/contrib/llvm/lib/Analysis/ |
| H A D | ProfileSummaryInfo.cpp | 207 HotCountThreshold = HotEntry.MinCount; in computeThresholds() 212 ColdCountThreshold = ColdEntry.MinCount; in computeThresholds()
|
| /freebsd-12.1/sys/contrib/dev/acpica/include/ |
| H A D | actbl3.h | 737 UINT32 MinCount; /* Minimum counter value */ member 815 UINT16 MinCount; /* Minimum counter value supported */ member
|
| /freebsd-12.1/sys/contrib/dev/acpica/common/ |
| H A D | dmtbinfo3.c | 567 {ACPI_DMT_UINT32, ACPI_WDAT_OFFSET (MinCount), "Min Count", 0}, 603 {ACPI_DMT_UINT16, ACPI_WDDT_OFFSET (MinCount), "Min Count", 0},
|
| /freebsd-12.1/contrib/llvm/lib/IR/ |
| H A D | ProfileSummary.cpp | 57 ConstantAsMetadata::get(ConstantInt::get(Int64Ty, Entry.MinCount)), in getDetailedSummaryMD()
|
| /freebsd-12.1/contrib/llvm/lib/ProfileData/ |
| H A D | SampleProfWriter.cpp | 277 encodeULEB128(Entry.MinCount, OS); in writeSummary()
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/ASTMatchers/ |
| H A D | ASTMatchersInternal.h | 1356 template <unsigned MinCount, unsigned MaxCount> 1362 static_assert(MinCount <= sizeof...(Ms) && sizeof...(Ms) <= MaxCount,
|
| /freebsd-12.1/contrib/llvm/include/llvm/ProfileData/ |
| H A D | InstrProf.h | 987 ER.MinBlockCount = E.MinCount; in setEntry()
|
| /freebsd-12.1/contrib/llvm/tools/llvm-profdata/ |
| H A D | llvm-profdata.cpp | 847 OS << Entry.NumCounts << " blocks with count >= " << Entry.MinCount in showInstrProfile()
|
| /freebsd-12.1/usr.sbin/acpi/acpidump/ |
| H A D | acpi.c | 698 wddt->MaxCount, wddt->MinCount, wddt->Period); in acpi_handle_wddt()
|
| /freebsd-12.1/contrib/llvm/lib/Transforms/InstCombine/ |
| H A D | InstCombineCalls.cpp | 1340 unsigned MinCount = Known.countMinPopulation(); in foldCtpop() local 1346 ConstantAsMetadata::get(ConstantInt::get(IT, MinCount)), in foldCtpop()
|