Home
last modified time | relevance | path

Searched refs:VTableGUIDAndCounts (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DIndirectCallPromotion.cpp333 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
[all …]