Searched refs:VPStats (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/tools/llvm-profdata/ |
| H A D | llvm-profdata.cpp | 2864 std::vector<ValueSitesStats> VPStats(NumVPKind); in showInstrProfile() local 2996 VPStats[IPVK_IndirectCallTarget], OS, in showInstrProfile() 3003 VPStats[IPVK_VTableTarget], OS, in showInstrProfile() 3009 traverseAllValueSites(Func, IPVK_MemOPSize, VPStats[IPVK_MemOPSize], OS, in showInstrProfile() 3052 VPStats[IPVK_IndirectCallTarget]); in showInstrProfile() 3057 showValueSitesStats(OS, IPVK_VTableTarget, VPStats[IPVK_VTableTarget]); in showInstrProfile() 3062 showValueSitesStats(OS, IPVK_MemOPSize, VPStats[IPVK_MemOPSize]); in showInstrProfile()
|