Searched refs:NumCounts (Results 1 – 8 of 8) sorted by relevance
| /freebsd-12.1/contrib/llvm/include/llvm/IR/ |
| H A D | ProfileSummary.h | 35 uint64_t NumCounts; ///< Number of counts >= the minimum count. member 39 : Cutoff(TheCutoff), MinCount(TheMinCount), NumCounts(TheNumCounts) {} in ProfileSummaryEntry() 53 uint32_t NumCounts, NumFunctions; variable 63 uint32_t NumCounts, uint32_t NumFunctions) in ProfileSummary() argument 67 NumCounts(NumCounts), NumFunctions(NumFunctions) {} in ProfileSummary() 77 uint32_t getNumCounts() { return NumCounts; } in getNumCounts()
|
| /freebsd-12.1/contrib/llvm/lib/IR/ |
| H A D | ProfileSummary.cpp | 58 ConstantAsMetadata::get(ConstantInt::get(Int32Ty, Entry.NumCounts))}; in getDetailedSummaryMD() 160 uint64_t NumCounts, TotalCount, NumFunctions, MaxFunctionCount, MaxCount, in getFromMD() local 173 if (!getVal(dyn_cast<MDTuple>(Tuple->getOperand(5)), "NumCounts", NumCounts)) in getFromMD() 184 NumCounts, NumFunctions); in getFromMD()
|
| /freebsd-12.1/contrib/llvm/include/llvm/ProfileData/ |
| H A D | ProfileCommon.h | 53 uint32_t NumCounts = 0; variable 96 NumCounts++; in addCount()
|
| H A D | InstrProf.h | 988 ER.NumBlocks = E.NumCounts; in setEntry()
|
| /freebsd-12.1/contrib/llvm/lib/ProfileData/ |
| H A D | ProfileSummaryBuilder.cpp | 94 MaxFunctionCount, NumCounts, NumFunctions); in getSummary() 101 MaxInternalBlockCount, MaxFunctionCount, NumCounts, NumFunctions); in getSummary()
|
| H A D | SampleProfWriter.cpp | 278 encodeULEB128(Entry.NumCounts, OS); in writeSummary()
|
| /freebsd-12.1/contrib/llvm/lib/Analysis/ |
| H A D | ProfileSummaryInfo.cpp | 218 HotEntry.NumCounts > ProfileSummaryHugeWorkingSetSizeThreshold; in computeThresholds()
|
| /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()
|