Lines Matching defs:TotalCount
350 // TotalCount is the total profiled count of call executions, and
354 uint64_t TotalCount, uint32_t NumCandidates);
361 uint64_t TotalCount,
427 uint64_t TotalCount, uint32_t NumCandidates) {
441 assert(Count <= TotalCount);
442 (void)TotalCount;
504 TotalCount -= Count;
619 uint64_t Count, uint64_t TotalCount,
624 createBranchWeights(CB.getContext(), Count, TotalCount - Count));
637 << NV("TotalCount", TotalCount);
645 uint64_t TotalCount, ArrayRef<InstrProfValueData> ICallProfDataRef,
651 pgo::promoteIndirectCall(CB, C.TargetFunction, FuncCount, TotalCount,
653 assert(TotalCount >= FuncCount);
654 TotalCount -= FuncCount;
683 updateFuncValueProfiles(CB, ICallProfDataRef.slice(NumPromoted), TotalCount,
690 CallBase &CB, ArrayRef<InstrProfValueData> CallVDs, uint64_t TotalCount,
695 if (TotalCount != 0)
696 annotateValueSite(M, CB, CallVDs, TotalCount, IPVK_IndirectCallTarget,
753 << " out of " << ore::NV("TotalCount", TotalFuncCount) << ", sink "
822 uint64_t TotalCount;
824 CB, TotalCount, NumCandidates);
826 (PSI && PSI->hasProfileSummary() && !PSI->isHotCount(TotalCount)))
830 *CB, ICallProfDataRef, TotalCount, NumCandidates);
838 TotalCount, NumCandidates,
842 TotalCount, ICallProfDataRef,