Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DIndirectCallPromotion.cpp356 VTableGUIDCountsMap &VTableGUIDCounts);
365 VTableGUIDCountsMap &VTableGUIDCounts);
380 VTableGUIDCountsMap &VTableGUIDCounts,
390 VTableGUIDCountsMap &VTableGUIDCounts);
634 uint32_t NumCandidates, VTableGUIDCountsMap &VTableGUIDCounts) { in tryToPromoteWithFuncCmp() argument
660 VTableGUIDCounts[GUID] -= APFuncCount.udiv(SumVTableCount).getZExtValue(); in tryToPromoteWithFuncCmp()
673 updateVPtrValueProfiles(VPtr, VTableGUIDCounts); in tryToPromoteWithFuncCmp()
689 Instruction *VPtr, VTableGUIDCountsMap &VTableGUIDCounts) { in updateVPtrValueProfiles() argument
696 for (auto [GUID, Count] : VTableGUIDCounts) { in updateVPtrValueProfiles()
716 VTableGUIDCountsMap &VTableGUIDCounts) { in tryToPromoteWithVTableCmp() argument
[all …]