Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp2768 std::vector<ValueSitesStats> VPStats(NumVPKind); in showInstrProfile() local
2900 VPStats[IPVK_IndirectCallTarget], OS, in showInstrProfile()
2907 VPStats[IPVK_VTableTarget], OS, in showInstrProfile()
2913 traverseAllValueSites(Func, IPVK_MemOPSize, VPStats[IPVK_MemOPSize], OS, in showInstrProfile()
2956 VPStats[IPVK_IndirectCallTarget]); in showInstrProfile()
2961 showValueSitesStats(OS, IPVK_VTableTarget, VPStats[IPVK_VTableTarget]); in showInstrProfile()
2966 showValueSitesStats(OS, IPVK_MemOPSize, VPStats[IPVK_MemOPSize]); in showInstrProfile()