Lines Matching refs:GUID
654 for (const auto &[GUID, VTableCount] : C.VTableGUIDAndCounts) in tryToPromoteWithFuncCmp()
657 for (const auto &[GUID, VTableCount] : C.VTableGUIDAndCounts) { in tryToPromoteWithFuncCmp()
660 VTableGUIDCounts[GUID] -= APFuncCount.udiv(SumVTableCount).getZExtValue(); in tryToPromoteWithFuncCmp()
696 for (auto [GUID, Count] : VTableGUIDCounts) { in updateVPtrValueProfiles()
700 VTableValueProfiles.push_back({GUID, Count}); in updateVPtrValueProfiles()
720 for (auto &[GUID, Count] : Candidate.VTableGUIDAndCounts) in tryToPromoteWithVTableCmp()
721 VTableGUIDCounts[GUID] -= Count; in tryToPromoteWithVTableCmp()
749 for (auto [GUID, Count] : VTableGUIDAndCounts) in tryToPromoteWithVTableCmp()
750 GUIDSet.insert(GUID); in tryToPromoteWithVTableCmp()
854 for ([[maybe_unused]] auto &[GUID, Count] : VTableGUIDAndCounts) in isProfitableToCompareVTables()
855 LLVM_DEBUG(dbgs() << " {" << Symtab->getGlobalVariable(GUID)->getName() in isProfitableToCompareVTables()
860 for (auto &[GUID, Count] : VTableGUIDAndCounts) in isProfitableToCompareVTables()