Searched refs:MinCount (Results 1 – 14 of 14) sorted by relevance
/openbsd/gnu/llvm/llvm/include/llvm/IR/ |
H A D | ProfileSummary.h | 35 const uint64_t MinCount; ///< The minimum count for this percentile. member 40 : Cutoff(TheCutoff), MinCount(TheMinCount), NumCounts(TheNumCounts) {} in ProfileSummaryEntry()
|
/openbsd/gnu/llvm/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()
|
/openbsd/gnu/llvm/clang/lib/ASTMatchers/Dynamic/ |
H A D | Marshallers.h | 875 VariadicOperatorMatcherDescriptor(unsigned MinCount, unsigned MaxCount, 877 : MinCount(MinCount), MaxCount(MaxCount), Op(Op), 883 if (Args.size() < MinCount || MaxCount < Args.size()) { 889 << ("(" + Twine(MinCount) + ", " + MaxStr + ")") << Args.size(); 927 const unsigned MinCount; 1147 template <unsigned MinCount, unsigned MaxCount> 1149 ast_matchers::internal::VariadicOperatorMatcherFunc<MinCount, MaxCount> 1153 MinCount, MaxCount, Func.Op, MatcherName);
|
/openbsd/gnu/llvm/llvm/lib/ProfileData/ |
H A D | ProfileSummaryBuilder.cpp | 169 uint64_t HotCountThreshold = HotEntry.MinCount; in getHotCountThreshold() 179 uint64_t ColdCountThreshold = ColdEntry.MinCount; in getColdCountThreshold()
|
H A D | SampleProfWriter.cpp | 770 encodeULEB128(Entry.MinCount, OS); in writeSummary()
|
/openbsd/gnu/llvm/llvm/lib/IR/ |
H A D | ProfileSummary.cpp | 62 ConstantAsMetadata::get(ConstantInt::get(Int64Ty, Entry.MinCount)), in getDetailedSummaryMD() 262 OS << Entry.NumCounts << " blocks with count >= " << Entry.MinCount in printDetailedSummary()
|
/openbsd/gnu/llvm/llvm/tools/llvm-rc/ |
H A D | ResourceScriptParser.h | 103 Expected<SmallVector<RCInt, 8>> readIntsWithCommas(size_t MinCount,
|
H A D | ResourceScriptParser.cpp | 289 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()
|
/openbsd/gnu/llvm/llvm/tools/llvm-profgen/ |
H A D | CSPreInliner.cpp | 168 .MinCount; in shouldInline()
|
/openbsd/gnu/llvm/llvm/lib/Analysis/ |
H A D | ProfileSummaryInfo.cpp | 279 uint64_t CountThreshold = Entry.MinCount; in computeThreshold()
|
/openbsd/gnu/llvm/llvm/tools/llvm-profdata/ |
H A D | llvm-profdata.cpp | 766 .MinCount; in adjustInstrProfile() 771 .MinCount; in adjustInstrProfile() 776 .MinCount; in adjustInstrProfile() 783 .MinCount; in adjustInstrProfile() 2681 MinCountThreshold = SummaryEntry.MinCount; in showHotFunctionList()
|
/openbsd/gnu/llvm/llvm/include/llvm/ProfileData/ |
H A D | InstrProf.h | 1166 ER.MinBlockCount = E.MinCount; in setEntry()
|
/openbsd/gnu/llvm/clang/include/clang/ASTMatchers/ |
H A D | ASTMatchersInternal.h | 1386 template <unsigned MinCount, unsigned MaxCount> 1392 static_assert(MinCount <= sizeof...(Ms) && sizeof...(Ms) <= MaxCount,
|
/openbsd/gnu/llvm/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineCalls.cpp | 692 unsigned MinCount = Known.countMinPopulation(); in foldCtpop() local 696 ConstantAsMetadata::get(ConstantInt::get(IT, MinCount)), in foldCtpop()
|