Searched refs:TotalCallCount (Results 1 – 1 of 1) sorted by relevance
135 if (auto TotalCallCount = getTotalCallCount(F)) in isFunctionHotInCallGraph() local136 if (isHotCount(*TotalCallCount)) in isFunctionHotInCallGraph()155 if (auto TotalCallCount = getTotalCallCount(F)) in isFunctionColdInCallGraph() local156 if (!isColdCount(*TotalCallCount)) in isFunctionColdInCallGraph()289 if (auto TotalCallCount = getTotalCallCount(F)) { in isFunctionHotOrColdInCallGraphNthPercentile() local290 if (isHot && isHotCountNthPercentile(PercentileCutoff, *TotalCallCount)) in isFunctionHotOrColdInCallGraphNthPercentile()293 !isColdCountNthPercentile(PercentileCutoff, *TotalCallCount)) in isFunctionHotOrColdInCallGraphNthPercentile()340 uint64_t TotalCallCount = 0; variable345 TotalCallCount += *CallCount;346 return TotalCallCount;