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.cpp364 VTableGUIDCountsMap &VTableGUIDCounts);
373 VTableGUIDCountsMap &VTableGUIDCounts);
391 VTableGUIDCountsMap &VTableGUIDCounts,
401 VTableGUIDCountsMap &VTableGUIDCounts);
646 uint32_t NumCandidates, VTableGUIDCountsMap &VTableGUIDCounts) { in tryToPromoteWithFuncCmp() argument
672 VTableGUIDCounts[GUID] -= APFuncCount.udiv(SumVTableCount).getZExtValue(); in tryToPromoteWithFuncCmp()
685 updateVPtrValueProfiles(VPtr, VTableGUIDCounts); in tryToPromoteWithFuncCmp()
701 Instruction *VPtr, VTableGUIDCountsMap &VTableGUIDCounts) { in updateVPtrValueProfiles() argument
708 for (auto [GUID, Count] : VTableGUIDCounts) { in updateVPtrValueProfiles()
728 VTableGUIDCountsMap &VTableGUIDCounts) { in tryToPromoteWithVTableCmp() argument
[all …]