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.cpp694 std::vector<InstrProfValueData> VTableValueProfiles; in updateVPtrValueProfiles() local
700 VTableValueProfiles.push_back({GUID, Count}); in updateVPtrValueProfiles()
703 llvm::sort(VTableValueProfiles, in updateVPtrValueProfiles()
708 annotateValueSite(M, *VPtr, VTableValueProfiles, TotalVTableCount, in updateVPtrValueProfiles()
709 IPVK_VTableTarget, VTableValueProfiles.size()); in updateVPtrValueProfiles()