/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
H A 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()
|
/aosp_15_r20/external/llvm/include/llvm/IR/ |
H A 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()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/IR/ |
D | ProfileSummary.h | 36 const uint64_t NumCounts; ///< Number of counts >= the minimum count. member 53 const uint32_t NumCounts, NumFunctions; variable
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/IR/ |
D | ProfileSummary.h | 36 const uint64_t NumCounts; ///< Number of counts >= the minimum count. member 53 const uint32_t NumCounts, NumFunctions; variable
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/IR/ |
D | ProfileSummary.h | 36 const uint64_t NumCounts; ///< Number of counts >= the minimum count. member 53 const uint32_t NumCounts, NumFunctions; variable
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/IR/ |
D | ProfileSummary.h | 36 const uint64_t NumCounts; ///< Number of counts >= the minimum count. member 53 const uint32_t NumCounts, NumFunctions; variable
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/IR/ |
H A D | ProfileSummary.h | 36 const uint64_t NumCounts; ///< Number of counts >= the minimum count. member 53 const uint32_t NumCounts, NumFunctions; variable
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/ProfileData/ |
D | ProfileCommon.h | 58 uint32_t NumCounts = 0; variable
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/ProfileData/ |
D | ProfileCommon.h | 58 uint32_t NumCounts = 0; variable
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/ProfileData/ |
D | ProfileCommon.h | 58 uint32_t NumCounts = 0; variable
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/ProfileData/ |
D | ProfileCommon.h | 58 uint32_t NumCounts = 0; variable
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ProfileData/ |
H A D | ProfileCommon.h | 52 uint32_t NumCounts = 0; variable
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/ProfileData/ |
H A D | ProfileCommon.h | 53 uint32_t NumCounts = 0; variable
|
/aosp_15_r20/external/llvm/include/llvm/ProfileData/ |
H A D | ProfileCommon.h | 63 uint32_t NumCounts, NumFunctions; variable
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
H A D | ProfileSummary.cpp | 161 uint64_t NumCounts, TotalCount, NumFunctions, MaxFunctionCount, MaxCount, in getFromMD() local
|
/aosp_15_r20/external/llvm/lib/IR/ |
H A D | ProfileSummary.cpp | 166 uint64_t NumCounts, TotalCount, NumFunctions, MaxFunctionCount, MaxCount, in getFromMD() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/IR/ |
H A D | ProfileSummary.cpp | 214 uint64_t NumCounts, TotalCount, NumFunctions, MaxFunctionCount, MaxCount, in getFromMD() local
|
H A D | Module.cpp | 824 uint32_t NumCounts = ProfileSummary->getNumCounts(); in setPartialSampleProfileRatio() local
|