Home
last modified time | relevance | path

Searched defs:NumCounts (Results 1 – 3 of 3) 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
51 uint32_t NumCounts, NumFunctions; variable
61 uint32_t NumCounts, uint32_t NumFunctions) in ProfileSummary()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ProfileData/
DProfileCommon.h52 uint32_t NumCounts = 0; variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DProfileSummary.cpp161 uint64_t NumCounts, TotalCount, NumFunctions, MaxFunctionCount, MaxCount, in getFromMD() local