Searched refs:VTableGUIDAndCounts (Results 1 – 1 of 1) sorted by relevance
333 VTableGUIDCountsMap VTableGUIDAndCounts; member588 Candidate.VTableGUIDAndCounts[VTableVal] = V.Count; in computeVTableInfos()646 if (!EnableVTableProfileUse || C.VTableGUIDAndCounts.empty()) in tryToPromoteWithFuncCmp()654 for (const auto &[GUID, VTableCount] : C.VTableGUIDAndCounts) in tryToPromoteWithFuncCmp()657 for (const auto &[GUID, VTableCount] : C.VTableGUIDAndCounts) { in tryToPromoteWithFuncCmp()720 for (auto &[GUID, Count] : Candidate.VTableGUIDAndCounts) in tryToPromoteWithVTableCmp()737 const auto &VTableGUIDAndCounts = Candidate.VTableGUIDAndCounts; in tryToPromoteWithVTableCmp() local744 << ore::NV("VTable", VTableGUIDAndCounts.size()) in tryToPromoteWithVTableCmp()749 for (auto [GUID, Count] : VTableGUIDAndCounts) in tryToPromoteWithVTableCmp()849 auto &VTableGUIDAndCounts = Candidate.VTableGUIDAndCounts; in isProfitableToCompareVTables() local[all …]