| /llvm-project-15.0.7/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()
|
| /llvm-project-15.0.7/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()
|
| /llvm-project-15.0.7/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);
|
| /llvm-project-15.0.7/llvm/lib/ProfileData/ |
| H A D | ProfileSummaryBuilder.cpp | 163 uint64_t HotCountThreshold = HotEntry.MinCount; in getHotCountThreshold() 173 uint64_t ColdCountThreshold = ColdEntry.MinCount; in getColdCountThreshold()
|
| H A D | SampleProfWriter.cpp | 770 encodeULEB128(Entry.MinCount, OS); in writeSummary()
|
| /llvm-project-15.0.7/llvm/unittests/ProfileData/ |
| H A D | SampleProfTest.cpp | 111 ASSERT_EQ(60000u, EightyPerc->MinCount); in verifyProfileSummary() 112 ASSERT_EQ(12557u, NinetyPerc->MinCount); in verifyProfileSummary() 113 ASSERT_EQ(12557u, NinetyFivePerc->MinCount); in verifyProfileSummary() 114 ASSERT_EQ(600u, NinetyNinePerc->MinCount); in verifyProfileSummary()
|
| H A D | InstrProfTest.cpp | 176 ASSERT_EQ(576460752303423488U, EightyPerc->MinCount); in TEST_F() 177 ASSERT_EQ(288230376151711744U, NinetyPerc->MinCount); in TEST_F() 178 ASSERT_EQ(288230376151711744U, NinetyFivePerc->MinCount); in TEST_F() 179 ASSERT_EQ(72057594037927936U, NinetyNinePerc->MinCount); in TEST_F()
|
| /llvm-project-15.0.7/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()
|
| /llvm-project-15.0.7/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()
|
| /llvm-project-15.0.7/llvm/tools/llvm-profgen/ |
| H A D | CSPreInliner.cpp | 168 .MinCount; in shouldInline()
|
| /llvm-project-15.0.7/llvm/unittests/Analysis/ |
| H A D | AssumeBundleQueriesTest.cpp | 405 static void RunRandTest(uint64_t Seed, int Size, int MinCount, int MaxCount, in RunRandTest() argument 412 std::uniform_int_distribution<int> DistCount(MinCount, MaxCount); in RunRandTest()
|
| /llvm-project-15.0.7/llvm/lib/Analysis/ |
| H A D | ProfileSummaryInfo.cpp | 276 uint64_t CountThreshold = Entry.MinCount; in computeThreshold()
|
| /llvm-project-15.0.7/llvm/tools/llvm-profdata/ |
| H A D | llvm-profdata.cpp | 567 .MinCount; in adjustInstrProfile() 572 .MinCount; in adjustInstrProfile() 579 .MinCount; in adjustInstrProfile() 2432 MinCountThreshold = SummaryEntry.MinCount; in showHotFunctionList()
|
| /llvm-project-15.0.7/llvm/include/llvm/ProfileData/ |
| H A D | InstrProf.h | 1134 ER.MinBlockCount = E.MinCount; in setEntry()
|
| /llvm-project-15.0.7/clang/include/clang/ASTMatchers/ |
| H A D | ASTMatchersInternal.h | 1387 template <unsigned MinCount, unsigned MaxCount> 1393 static_assert(MinCount <= sizeof...(Ms) && sizeof...(Ms) <= MaxCount,
|
| /llvm-project-15.0.7/llvm/lib/Transforms/InstCombine/ |
| H A D | InstCombineCalls.cpp | 674 unsigned MinCount = Known.countMinPopulation(); in foldCtpop() local 678 ConstantAsMetadata::get(ConstantInt::get(IT, MinCount)), in foldCtpop()
|