Lines Matching defs:NumCandidates
343 // NumCandidates is the number of candidate entries in ValueDataRef.
346 uint64_t TotalCount, uint32_t NumCandidates);
355 uint32_t NumCandidates,
363 uint64_t TotalFuncCount, uint32_t NumCandidates,
415 uint64_t TotalCount, uint32_t NumCandidates) {
420 << " Num_candidates: " << NumCandidates << "\n");
427 for (uint32_t I = 0; I < NumCandidates; I++) {
634 uint32_t NumCandidates, VTableGUIDCountsMap &VTableGUIDCounts) {
672 NumCandidates);
714 uint64_t TotalFuncCount, uint32_t NumCandidates,
798 updateFuncValueProfiles(CB, VDs, TotalFuncCount, NumCandidates);
809 uint32_t NumCandidates;
812 CB, TotalCount, NumCandidates);
813 if (!NumCandidates ||
818 *CB, ICallProfDataRef, TotalCount, NumCandidates);
826 TotalCount, NumCandidates,
831 NumCandidates, VTableGUIDCounts);