[NFC][RemoveDIs] Prefer iterators over inst-pointers in InstCombine
[llvm-project.git] / llvm / test / tools / llvm-profdata / raw-two-profiles.test
blob8d46c91e2732cd97ade334f7794a428227ec10da
1 RUN: printf '\201rforpl\377' > %t-foo.profraw
2 RUN: printf '\10\0\0\0\0\0\0\0' >> %t-foo.profraw
3 RUN: printf '\0\0\0\0\0\0\0\0' >> %t-foo.profraw
4 RUN: printf '\1\0\0\0\0\0\0\0' >> %t-foo.profraw
5 RUN: printf '\0\0\0\0\0\0\0\0' >> %t-foo.profraw
6 RUN: printf '\1\0\0\0\0\0\0\0' >> %t-foo.profraw
7 RUN: printf '\0\0\0\0\0\0\0\0' >> %t-foo.profraw
8 RUN: printf '\10\0\0\0\0\0\0\0' >> %t-foo.profraw
9 RUN: printf '\0\0\4\0\1\0\0\0' >> %t-foo.profraw
10 RUN: printf '\0\0\4\0\2\0\0\0' >> %t-foo.profraw
11 RUN: printf '\0\0\0\0\0\0\0\0' >> %t-foo.profraw
13 RUN: printf '\254\275\030\333\114\302\370\134' >> %t-foo.profraw
14 RUN: printf '\1\0\0\0\0\0\0\0' >> %t-foo.profraw
15 RUN: printf '\0\0\4\0\1\0\0\0' >> %t-foo.profraw
16 RUN: printf '\0\0\0\0\0\0\0\0' >> %t-foo.profraw
17 RUN: printf '\0\0\0\0\0\0\0\0' >> %t-foo.profraw
18 RUN: printf '\1\0\0\0\0\0\0\0' >> %t-foo.profraw
20 RUN: printf '\023\0\0\0\0\0\0\0' >> %t-foo.profraw
21 RUN: printf '\3\0foo\0\0\0' >> %t-foo.profraw
23 RUN: printf '\201rforpl\377' > %t-bar.profraw
24 RUN: printf '\10\0\0\0\0\0\0\0' >> %t-bar.profraw
25 RUN: printf '\0\0\0\0\0\0\0\0' >> %t-bar.profraw
26 RUN: printf '\1\0\0\0\0\0\0\0' >> %t-bar.profraw
27 RUN: printf '\0\0\0\0\0\0\0\0' >> %t-bar.profraw
28 RUN: printf '\2\0\0\0\0\0\0\0' >> %t-bar.profraw
29 RUN: printf '\0\0\0\0\0\0\0\0' >> %t-bar.profraw
30 RUN: printf '\10\0\0\0\0\0\0\0' >> %t-bar.profraw
31 RUN: printf '\0\0\6\0\1\0\0\0' >> %t-bar.profraw
32 RUN: printf '\0\0\6\0\2\0\0\0' >> %t-bar.profraw
33 RUN: printf '\0\0\0\0\0\0\0\0' >> %t-bar.profraw
35 RUN: printf '\067\265\035\031\112\165\023\344' >> %t-bar.profraw
36 RUN: printf '\02\0\0\0\0\0\0\0' >> %t-bar.profraw
37 RUN: printf '\0\0\6\0\1\0\0\0' >> %t-bar.profraw
38 RUN: printf '\0\0\0\0\0\0\0\0' >> %t-bar.profraw
39 RUN: printf '\0\0\0\0\0\0\0\0' >> %t-bar.profraw
40 RUN: printf '\02\0\0\0\0\0\0\0' >> %t-bar.profraw
42 RUN: printf '\067\0\0\0\0\0\0\0' >> %t-bar.profraw
43 RUN: printf '\101\0\0\0\0\0\0\0' >> %t-bar.profraw
44 RUN: printf '\3\0bar\0\0\0' >> %t-bar.profraw
46 RUN: cat %t-foo.profraw %t-bar.profraw > %t-pad.profraw
47 RUN: llvm-profdata show %t-pad.profraw -all-functions -counts | FileCheck %s
49 CHECK: Counters:
50 CHECK:   foo:
51 CHECK:     Hash: 0x0000000000000001
52 CHECK:     Counters: 1
53 CHECK:     Function count: 19
54 CHECK:     Block counts: []
55 CHECK:   bar:
56 CHECK:     Hash: 0x0000000000000002
57 CHECK:     Counters: 2
58 CHECK:     Function count: 55
59 CHECK:     Block counts: [65]
60 CHECK: Functions shown: 2
61 CHECK: Total functions: 2
62 CHECK: Maximum function count: 55
63 CHECK: Maximum internal block count: 65