Lines Matching refs:NumCandidates
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) { in getPromotionCandidatesForCallSite() argument
420 << " Num_candidates: " << NumCandidates << "\n"); in getPromotionCandidatesForCallSite()
427 for (uint32_t I = 0; I < NumCandidates; I++) { in getPromotionCandidatesForCallSite()
634 uint32_t NumCandidates, VTableGUIDCountsMap &VTableGUIDCounts) { in tryToPromoteWithFuncCmp() argument
672 NumCandidates); in tryToPromoteWithFuncCmp()
714 uint64_t TotalFuncCount, uint32_t NumCandidates, in tryToPromoteWithVTableCmp() argument
798 updateFuncValueProfiles(CB, VDs, TotalFuncCount, NumCandidates); in tryToPromoteWithVTableCmp()
809 uint32_t NumCandidates; in processFunction() local
812 CB, TotalCount, NumCandidates); in processFunction()
813 if (!NumCandidates || in processFunction()
818 *CB, ICallProfDataRef, TotalCount, NumCandidates); in processFunction()
826 TotalCount, NumCandidates, in processFunction()
831 NumCandidates, VTableGUIDCounts); in processFunction()