Searched defs:NumCounts (Results 1 – 6 of 6) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/ |
D | ProfileSummary.h | 35 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()
|
/external/llvm/include/llvm/IR/ |
D | ProfileSummary.h | 39 uint64_t NumCounts; ///< Number of counts >= the minimum count. member 56 uint32_t NumCounts, NumFunctions; variable 65 uint32_t NumCounts, uint32_t NumFunctions) in ProfileSummary()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ProfileData/ |
D | ProfileCommon.h | 53 uint32_t NumCounts = 0; variable
|
/external/llvm/include/llvm/ProfileData/ |
D | ProfileCommon.h | 63 uint32_t NumCounts, NumFunctions; variable
|
/external/llvm/lib/IR/ |
D | ProfileSummary.cpp | 166 uint64_t NumCounts, TotalCount, NumFunctions, MaxFunctionCount, MaxCount, in getFromMD() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/ |
D | ProfileSummary.cpp | 160 uint64_t NumCounts, TotalCount, NumFunctions, MaxFunctionCount, MaxCount, in getFromMD() local
|