Searched refs:VTableGUIDAndCounts (Results 1 – 1 of 1) sorted by relevance
341 VTableGUIDCountsMap VTableGUIDAndCounts; member600 Candidate.VTableGUIDAndCounts[VTableVal] = V.Count; in computeVTableInfos()658 if (!EnableVTableProfileUse || C.VTableGUIDAndCounts.empty()) in tryToPromoteWithFuncCmp()666 for (const auto &[GUID, VTableCount] : C.VTableGUIDAndCounts) in tryToPromoteWithFuncCmp()669 for (const auto &[GUID, VTableCount] : C.VTableGUIDAndCounts) { in tryToPromoteWithFuncCmp()732 for (auto &[GUID, Count] : Candidate.VTableGUIDAndCounts) in tryToPromoteWithVTableCmp()749 const auto &VTableGUIDAndCounts = Candidate.VTableGUIDAndCounts; in tryToPromoteWithVTableCmp() local756 << ore::NV("VTable", VTableGUIDAndCounts.size()) in tryToPromoteWithVTableCmp()761 for (auto [GUID, Count] : VTableGUIDAndCounts) in tryToPromoteWithVTableCmp()859 auto &VTableGUIDAndCounts = Candidate.VTableGUIDAndCounts; in isProfitableToCompareVTables() local[all …]