Searched refs:NumCounts (Results 1 – 8 of 8) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/include/llvm/IR/ |
| H A D | ProfileSummary.h | 36 const uint64_t NumCounts; ///< Number of counts >= the minimum count. member 40 : Cutoff(TheCutoff), MinCount(TheMinCount), NumCounts(TheNumCounts) {} in ProfileSummaryEntry() 53 const uint32_t NumCounts, NumFunctions; variable 74 uint32_t NumCounts, uint32_t NumFunctions, 79 NumCounts(NumCounts), NumFunctions(NumFunctions), Partial(Partial), in PSK() 91 uint32_t getNumCounts() const { return NumCounts; } in getNumCounts()
|
| /openbsd-src/gnu/llvm/llvm/lib/IR/ |
| H A D | ProfileSummary.cpp | 63 ConstantAsMetadata::get(ConstantInt::get(Int32Ty, Entry.NumCounts))}; in getDetailedSummaryMD() 214 uint64_t NumCounts, TotalCount, NumFunctions, MaxFunctionCount, MaxCount, in getFromMD() local 228 NumCounts)) in getFromMD() 247 NumCounts, NumFunctions, IsPartialProfile, in getFromMD() 255 OS << "Total number of blocks: " << NumCounts << "\n"; in printSummary() 262 OS << Entry.NumCounts << " blocks with count >= " << Entry.MinCount in printDetailedSummary()
|
| H A D | Module.cpp | 824 uint32_t NumCounts = ProfileSummary->getNumCounts(); in setPartialSampleProfileRatio() local 825 if (!NumCounts) in setPartialSampleProfileRatio() 827 double Ratio = (double)BlockCount / NumCounts; in setPartialSampleProfileRatio()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/ProfileData/ |
| H A D | ProfileCommon.h | 53 uint32_t NumCounts = 0; variable 105 NumCounts++; in addCount()
|
| H A D | InstrProf.h | 1167 ER.NumBlocks = E.NumCounts; in setEntry()
|
| /openbsd-src/gnu/llvm/llvm/lib/Analysis/ |
| H A D | ProfileSummaryInfo.cpp | 251 HotEntry.NumCounts > ProfileSummaryHugeWorkingSetSizeThreshold; in computeThresholds() 253 HotEntry.NumCounts > ProfileSummaryLargeWorkingSetSizeThreshold; in computeThresholds() 259 static_cast<uint64_t>(HotEntry.NumCounts * PartialProfileRatio * in computeThresholds()
|
| /openbsd-src/gnu/llvm/llvm/lib/ProfileData/ |
| H A D | ProfileSummaryBuilder.cpp | 189 MaxFunctionCount, NumCounts, NumFunctions); in getSummary() 225 MaxInternalBlockCount, MaxFunctionCount, NumCounts, NumFunctions); in getSummary()
|
| H A D | SampleProfWriter.cpp | 771 encodeULEB128(Entry.NumCounts, OS); in writeSummary()
|