Searched defs:NumCounts (Results 1 – 12 of 12) sorted by relevance
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | ProfileSummary.h | 34 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()
|
/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/llvm-project/llvm/include/llvm/IR/ |
D | ProfileSummary.h | 36 uint64_t NumCounts; ///< Number of counts >= the minimum count. member 53 uint32_t NumCounts, NumFunctions; variable
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ProfileData/ |
D | ProfileCommon.h | 52 uint32_t NumCounts = 0; variable
|
/external/llvm-project/llvm/include/llvm/ProfileData/ |
D | ProfileCommon.h | 52 uint32_t NumCounts = 0; variable
|
/external/llvm/include/llvm/ProfileData/ |
D | ProfileCommon.h | 63 uint32_t NumCounts, NumFunctions; variable
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | ProfileSummary.cpp | 161 uint64_t NumCounts, TotalCount, NumFunctions, MaxFunctionCount, MaxCount, in getFromMD() local
|
/external/llvm/lib/IR/ |
D | ProfileSummary.cpp | 166 uint64_t NumCounts, TotalCount, NumFunctions, MaxFunctionCount, MaxCount, in getFromMD() local
|
/external/llvm-project/llvm/unittests/IR/ |
D | ModuleTest.cpp | 153 const unsigned NumCounts = 200; in TEST() local
|
/external/llvm-project/llvm/lib/IR/ |
D | ProfileSummary.cpp | 215 uint64_t NumCounts, TotalCount, NumFunctions, MaxFunctionCount, MaxCount, in getFromMD() local
|
D | Module.cpp | 687 uint32_t NumCounts = ProfileSummary->getNumCounts(); in setPartialSampleProfileRatio() local
|
/external/llvm-project/llvm/unittests/Analysis/ |
D | ProfileSummaryInfoTest.cpp | 49 uint64_t NumCounts = 3, in makeLLVMModule()
|