Lines Matching refs:VTableGUIDCounts
356 VTableGUIDCountsMap &VTableGUIDCounts);
365 VTableGUIDCountsMap &VTableGUIDCounts);
380 VTableGUIDCountsMap &VTableGUIDCounts,
390 VTableGUIDCountsMap &VTableGUIDCounts);
634 uint32_t NumCandidates, VTableGUIDCountsMap &VTableGUIDCounts) { in tryToPromoteWithFuncCmp() argument
660 VTableGUIDCounts[GUID] -= APFuncCount.udiv(SumVTableCount).getZExtValue(); in tryToPromoteWithFuncCmp()
673 updateVPtrValueProfiles(VPtr, VTableGUIDCounts); in tryToPromoteWithFuncCmp()
689 Instruction *VPtr, VTableGUIDCountsMap &VTableGUIDCounts) { in updateVPtrValueProfiles() argument
696 for (auto [GUID, Count] : VTableGUIDCounts) { in updateVPtrValueProfiles()
716 VTableGUIDCountsMap &VTableGUIDCounts) { in tryToPromoteWithVTableCmp() argument
721 VTableGUIDCounts[GUID] -= Count; in tryToPromoteWithVTableCmp()
799 updateVPtrValueProfiles(VPtr, VTableGUIDCounts); in tryToPromoteWithVTableCmp()
820 VTableGUIDCountsMap VTableGUIDCounts; in processFunction() local
822 computeVTableInfos(CB, VTableGUIDCounts, PromotionCandidates); in processFunction()
827 ICallProfDataRef, VTableGUIDCounts); in processFunction()
831 NumCandidates, VTableGUIDCounts); in processFunction()