Home
last modified time | relevance | path

Searched defs:NumCounts (Results 1 – 3 of 3) 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
53 uint32_t NumCounts, NumFunctions; variable
63 uint32_t NumCounts, uint32_t NumFunctions) in ProfileSummary()
/freebsd-12.1/contrib/llvm/include/llvm/ProfileData/
H A DProfileCommon.h53 uint32_t NumCounts = 0; variable
/freebsd-12.1/contrib/llvm/lib/IR/
H A DProfileSummary.cpp160 uint64_t NumCounts, TotalCount, NumFunctions, MaxFunctionCount, MaxCount, in getFromMD() local