[NFC][RemoveDIs] Prefer iterators over inst-pointers in InstCombine
[llvm-project.git] / llvm / test / tools / llvm-profdata / raw-64-bits-be.test
blobb2b8b31dafbf5ac4703a04e5fdf974af2dd5f1ba
1 RUN: printf '\377lprofr\201' > %t
2 RUN: printf '\0\0\0\0\0\0\0\10' >> %t
3 RUN: printf '\0\0\0\0\0\0\0\0' >> %t
4 RUN: printf '\0\0\0\0\0\0\0\2' >> %t
5 RUN: printf '\0\0\0\0\0\0\0\0' >> %t
6 RUN: printf '\0\0\0\0\0\0\0\3' >> %t
7 RUN: printf '\0\0\0\0\0\0\0\0' >> %t
8 RUN: printf '\0\0\0\0\0\0\0\20' >> %t
9 RUN: printf '\0\0\0\1\0\4\0\0' >> %t
10 RUN: printf '\0\0\0\2\0\4\0\0' >> %t
11 RUN: printf '\0\0\0\0\0\0\0\0' >> %t
13 RUN: printf '\134\370\302\114\333\030\275\254' >> %t
14 RUN: printf '\0\0\0\0\0\0\0\1' >> %t
15 RUN: printf '\0\0\0\1\0\4\0\0' >> %t
16 RUN: printf '\0\0\0\0\0\0\0\0' >> %t
17 RUN: printf '\0\0\0\0\0\0\0\0' >> %t
18 RUN: printf '\0\0\0\1\0\0\0\0' >> %t
20 RUN: printf '\344\023\165\112\031\035\265\067' >> %t
21 RUN: printf '\0\0\0\0\0\0\0\02' >> %t
22 RUN: printf '\0\0\0\1\0\3\xff\xd8' >> %t
23 RUN: printf '\0\0\0\0\0\0\0\0' >> %t
24 RUN: printf '\0\0\0\0\0\0\0\0' >> %t
25 RUN: printf '\0\0\0\02\0\0\0\0' >> %t
27 RUN: printf '\0\0\0\0\0\0\0\023' >> %t
28 RUN: printf '\0\0\0\0\0\0\0\067' >> %t
29 RUN: printf '\0\0\0\0\0\0\0\101' >> %t
30 RUN: printf '\7\0foo\1bar\0\0\0\0\0\0\0' >> %t
32 RUN: llvm-profdata show %t -all-functions -counts | FileCheck %s
34 CHECK: Counters:
35 CHECK:   foo:
36 CHECK:     Hash: 0x0000000000000001
37 CHECK:     Counters: 1
38 CHECK:     Function count: 19
39 CHECK:     Block counts: []
40 CHECK:   bar:
41 CHECK:     Hash: 0x0000000000000002
42 CHECK:     Counters: 2
43 CHECK:     Function count: 55
44 CHECK:     Block counts: [65]
45 CHECK: Functions shown: 2
46 CHECK: Total functions: 2
47 CHECK: Maximum function count: 55
48 CHECK: Maximum internal block count: 65