82 lines · plain
1# RUN: llvm-profdata show -ic-targets -all-functions %s | FileCheck %s --check-prefixes=ICTXT,ICSUM2# RUN: llvm-profdata show -ic-targets -counts -text -all-functions %s | FileCheck %s --check-prefix=ICTEXT3# RUN: llvm-profdata merge -o %t.profdata %s4# RUN: llvm-profdata show -ic-targets -all-functions %t.profdata | FileCheck %s --check-prefixes=IC,ICSUM5 6foo7# Func Hash:8109# Num Counters:10211# Counter Values:129990001335980014 15foo216# Func Hash:171018# Num Counters:19220# Counter Values:2110010002236020023 24main25# Func Hash:261665027# Num Counters:28429# Counter Values:3023120003220000003399900034# NumValueKinds35136# Value Kind IPVK_IndirectCallTarget37038# NumSites39340# Values for each site41042243foo:10044foo2:100045146foo2:2000047 48#ICTXT: Indirect Call Site Count: 349#ICTXT-NEXT: Indirect Target Results:50#ICTXT-NEXT: [ 1, foo, 100 ] (9.09%)51#ICTXT-NEXT: [ 1, foo2, 1000 ] (90.91%)52#ICTXT-NEXT: [ 2, foo2, 20000 ] (100.00%)53 54#IC: Indirect Call Site Count: 355#IC-NEXT: Indirect Target Results:56#IC-NEXT: [ 1, foo2, 1000 ]57#IC-NEXT: [ 1, foo, 100 ]58#IC-NEXT: [ 2, foo2, 20000 ]59 60#ICTEXT: foo:10061#ICTEXT-NEXT: foo2:100062#ICTEXT-NEXT: 163#ICTEXT-NEXT: foo2:2000064#65 66bar67# Func Hash:681069# Num Counters:70271# Counter Values:729990007335980074 75#ICSUM: Statistics for indirect call sites profile:76#ICSUM: Total number of sites: 377#ICSUM: Total number of sites with values: 278#ICSUM: Total number of profiled values: 379#ICSUM: NumTargets, SiteCount80#ICSUM: 1, 181#ICSUM: 2, 182