Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-profdata/
Dllvm-profdata.cpp591 std::vector<ValueSitesStats> VPStats(NumVPKind); in showInstrProfile() local
668 VPStats[IPVK_IndirectCallTarget], OS, in showInstrProfile()
674 traverseAllValueSites(Func, IPVK_MemOPSize, VPStats[IPVK_MemOPSize], OS, in showInstrProfile()
708 VPStats[IPVK_IndirectCallTarget]); in showInstrProfile()
713 showValueSitesStats(OS, IPVK_MemOPSize, VPStats[IPVK_MemOPSize]); in showInstrProfile()