Searched refs:CallCount (Results 1 – 7 of 7) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | ProfileSummaryInfo.cpp | 158 if (auto CallCount = getProfileCount(&I, nullptr)) in isFunctionHotInCallGraph() local 159 TotalCallCount += CallCount.getValue(); in isFunctionHotInCallGraph() 187 if (auto CallCount = getProfileCount(&I, nullptr)) in isFunctionColdInCallGraph() local 188 TotalCallCount += CallCount.getValue(); in isFunctionColdInCallGraph() 212 if (auto CallCount = getProfileCount(&I, nullptr)) in isFunctionHotInCallGraphNthPercentile() local 213 TotalCallCount += CallCount.getValue(); in isFunctionHotInCallGraphNthPercentile()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/XRay/ |
D | Profile.cpp | 103 D.CallCount = Extractor.getU64(&Offset); in readData() 216 ExistingData.CallCount += Data.CallCount; in mergeProfilesByThread() 249 ExistingData.CallCount += Data.CallCount; in mergeProfilesByStack() 363 ++TPD.CallCount; in profileFromTrace()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
D | CGSCCPassManager.h | 576 struct CallCount { 587 SmallDenseMap<Function *, CallCount> CallCounts; 588 CallCount CountLocal = {0, 0}; 590 CallCount &Count =
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/XRay/ |
D | Profile.h | 58 uint64_t CallCount; member
|
/third_party/skia/third_party/externals/abseil-cpp/absl/container/internal/ |
D | raw_hash_set_test.cc | 1773 using CallCount = decltype(std::declval<Table&>().count(17)); typedef 1790 EXPECT_FALSE((VerifyResultOf<CallCount, NonTransparentTable>())); in TEST() 1802 EXPECT_TRUE((VerifyResultOf<CallCount, TransparentTable>())); in TEST()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
D | InlineFunction.cpp | 1508 int64_t CallCount = in updateCallProfile() local 1511 updateProfileCallee(Callee, -CallCount, &VMap); in updateCallProfile()
|
/third_party/sqlite/src/ |
D | sqlite3.c | 163079 struct CallCount { 163096 struct CallCount *p; 163097 p = (struct CallCount*)sqlite3_aggregate_context(pCtx, sizeof(*p)); 163103 struct CallCount *p; 163104 p = (struct CallCount*)sqlite3_aggregate_context(pCtx, sizeof(*p)); 163215 struct CallCount *p; 163216 p = (struct CallCount*)sqlite3_aggregate_context(pCtx, sizeof(*p)); 163227 struct CallCount *p; 163228 p = (struct CallCount*)sqlite3_aggregate_context(pCtx, sizeof(*p)); 163246 struct CallCount *p; [all …]
|