Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp2709 std::vector<ValueSitesStats> VPStats(NumVPKind); in showInstrProfile() local
2837 VPStats[IPVK_IndirectCallTarget], OS, in showInstrProfile()
2843 traverseAllValueSites(Func, IPVK_MemOPSize, VPStats[IPVK_MemOPSize], OS, in showInstrProfile()
2886 VPStats[IPVK_IndirectCallTarget]); in showInstrProfile()
2891 showValueSitesStats(OS, IPVK_MemOPSize, VPStats[IPVK_MemOPSize]); in showInstrProfile()