Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DProfileSummary.h34 uint64_t NumCounts; ///< Number of counts >= the minimum count. member
38 : Cutoff(TheCutoff), MinCount(TheMinCount), NumCounts(TheNumCounts) {} in ProfileSummaryEntry()
51 uint32_t NumCounts, NumFunctions; variable
61 uint32_t NumCounts, uint32_t NumFunctions) in ProfileSummary() argument
65 NumCounts(NumCounts), NumFunctions(NumFunctions) {} in ProfileSummary()
75 uint32_t getNumCounts() { return NumCounts; } in getNumCounts()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DProfileSummary.cpp55 ConstantAsMetadata::get(ConstantInt::get(Int32Ty, Entry.NumCounts))}; in getDetailedSummaryMD()
161 uint64_t NumCounts, TotalCount, NumFunctions, MaxFunctionCount, MaxCount, in getFromMD() local
174 if (!getVal(dyn_cast<MDTuple>(Tuple->getOperand(5)), "NumCounts", NumCounts)) in getFromMD()
185 NumCounts, NumFunctions); in getFromMD()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ProfileData/
DProfileCommon.h52 uint32_t NumCounts = 0; variable
96 NumCounts++; in addCount()
DInstrProf.h1073 ER.NumBlocks = E.NumCounts; in setEntry()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ProfileData/
DProfileSummaryBuilder.cpp98 MaxFunctionCount, NumCounts, NumFunctions); in getSummary()
105 MaxInternalBlockCount, MaxFunctionCount, NumCounts, NumFunctions); in getSummary()
DSampleProfWriter.cpp492 encodeULEB128(Entry.NumCounts, OS); in writeSummary()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DProfileSummaryInfo.cpp258 HotEntry.NumCounts > ProfileSummaryHugeWorkingSetSizeThreshold; in computeThresholds()
260 HotEntry.NumCounts > ProfileSummaryLargeWorkingSetSizeThreshold; in computeThresholds()