Lines Matching defs:NumCandidates
351 // NumCandidates is the number of candidate entries in ValueDataRef.
354 uint64_t TotalCount, uint32_t NumCandidates);
363 uint32_t NumCandidates,
371 uint64_t TotalFuncCount, uint32_t NumCandidates,
427 uint64_t TotalCount, uint32_t NumCandidates) {
432 << " Num_candidates: " << NumCandidates << "\n");
439 for (uint32_t I = 0; I < NumCandidates; I++) {
646 uint32_t NumCandidates, VTableGUIDCountsMap &VTableGUIDCounts) {
684 NumCandidates);
726 uint64_t TotalFuncCount, uint32_t NumCandidates,
810 updateFuncValueProfiles(CB, VDs, TotalFuncCount, NumCandidates);
821 uint32_t NumCandidates;
824 CB, TotalCount, NumCandidates);
825 if (!NumCandidates ||
830 *CB, ICallProfDataRef, TotalCount, NumCandidates);
838 TotalCount, NumCandidates,
843 NumCandidates, VTableGUIDCounts);