Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DIndirectCallPromotion.cpp706 std::vector<InstrProfValueData> VTableValueProfiles; in updateVPtrValueProfiles() local
712 VTableValueProfiles.push_back({GUID, Count}); in updateVPtrValueProfiles()
715 llvm::sort(VTableValueProfiles, in updateVPtrValueProfiles()
720 annotateValueSite(M, *VPtr, VTableValueProfiles, TotalVTableCount, in updateVPtrValueProfiles()
721 IPVK_VTableTarget, VTableValueProfiles.size()); in updateVPtrValueProfiles()