Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp2058 std::vector<ValueSitesStats> VPStats(NumVPKind); in showInstrProfile() local
2163 VPStats[IPVK_IndirectCallTarget], OS, in showInstrProfile()
2169 traverseAllValueSites(Func, IPVK_MemOPSize, VPStats[IPVK_MemOPSize], OS, in showInstrProfile()
2212 VPStats[IPVK_IndirectCallTarget]); in showInstrProfile()
2217 showValueSitesStats(OS, IPVK_MemOPSize, VPStats[IPVK_MemOPSize]); in showInstrProfile()