Lines Matching refs:VTableGUIDAndCounts
333 VTableGUIDCountsMap VTableGUIDAndCounts; member
588 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() local
744 << ore::NV("VTable", VTableGUIDAndCounts.size()) in tryToPromoteWithVTableCmp()
749 for (auto [GUID, Count] : VTableGUIDAndCounts) in tryToPromoteWithVTableCmp()
849 auto &VTableGUIDAndCounts = Candidate.VTableGUIDAndCounts; in isProfitableToCompareVTables() local
854 for ([[maybe_unused]] auto &[GUID, Count] : VTableGUIDAndCounts) in isProfitableToCompareVTables()
860 for (auto &[GUID, Count] : VTableGUIDAndCounts) in isProfitableToCompareVTables()