repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[NFC][RemoveDIs] Prefer iterators over inst-pointers in InstCombine
[llvm-project.git]
/
llvm
/
test
/
tools
/
llvm-profdata
/
show-order.proftext
blob
8ef26847ad77ed310bb37a7a69d224666edee298
1
# RUN: llvm-profdata order %s | FileCheck %s
2
3
# CHECK: a
4
# CHECK: b
5
# CHECK: c
6
# CHECK: x
7
8
# Header
9
:ir
10
:temporal_prof_traces
11
# Num Traces
12
3
13
# Trace Stream Size:
14
3
15
# Weight
16
1
17
a, main.c:b, c
18
# Weight
19
1
20
a, x, main.c:b, c
21
# Weight
22
1
23
a, main.c:b, c
24
25
a
26
# Func Hash:
27
0x1234
28
# Num Counters:
29
1
30
# Counter Values:
31
101
32
33
main.c:b
34
0x5678
35
1
36
202
37
38
c
39
0xabcd
40
1
41
303
42
43
x
44
0xefff
45
1
46
404