Home
last modified time | relevance | path

Searched refs:NumCounts (Results 1 – 8 of 8) sorted by relevance

/freebsd-12.1/contrib/llvm/include/llvm/IR/
H A DProfileSummary.h35 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 DProfileSummary.cpp58 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 DProfileCommon.h53 uint32_t NumCounts = 0; variable
96 NumCounts++; in addCount()
H A DInstrProf.h988 ER.NumBlocks = E.NumCounts; in setEntry()
/freebsd-12.1/contrib/llvm/lib/ProfileData/
H A DProfileSummaryBuilder.cpp94 MaxFunctionCount, NumCounts, NumFunctions); in getSummary()
101 MaxInternalBlockCount, MaxFunctionCount, NumCounts, NumFunctions); in getSummary()
H A DSampleProfWriter.cpp278 encodeULEB128(Entry.NumCounts, OS); in writeSummary()
/freebsd-12.1/contrib/llvm/lib/Analysis/
H A DProfileSummaryInfo.cpp218 HotEntry.NumCounts > ProfileSummaryHugeWorkingSetSizeThreshold; in computeThresholds()
/freebsd-12.1/contrib/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp847 OS << Entry.NumCounts << " blocks with count >= " << Entry.MinCount in showInstrProfile()