Home
last modified time | relevance | path

Searched defs:CallCount (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DProfileSummaryInfo.cpp158 if (auto CallCount = getProfileCount(&I, nullptr)) in isFunctionHotInCallGraph() local
187 if (auto CallCount = getProfileCount(&I, nullptr)) in isFunctionColdInCallGraph() local
212 if (auto CallCount = getProfileCount(&I, nullptr)) in isFunctionHotInCallGraphNthPercentile() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/XRay/
DProfile.h58 uint64_t CallCount; member
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DInlineFunction.cpp1508 int64_t CallCount = in updateCallProfile() local
/third_party/skia/third_party/externals/abseil-cpp/absl/container/internal/
Draw_hash_set_test.cc1773 using CallCount = decltype(std::declval<Table&>().count(17)); typedef