Searched defs:CallCount (Results 1 – 4 of 4) sorted by relevance
158 if (auto CallCount = getProfileCount(&I, nullptr)) in isFunctionHotInCallGraph() local187 if (auto CallCount = getProfileCount(&I, nullptr)) in isFunctionColdInCallGraph() local212 if (auto CallCount = getProfileCount(&I, nullptr)) in isFunctionHotInCallGraphNthPercentile() local
58 uint64_t CallCount; member
1508 int64_t CallCount = in updateCallProfile() local
1773 using CallCount = decltype(std::declval<Table&>().count(17)); typedef