Lines Matching full:yaml
6 ; RUN: -plugin-opt=opt-remarks-format=yaml \
7 ; RUN: -plugin-opt=opt-remarks-filename=%t.yaml %t.o -o %t2.o 2>&1
11 ; RUN: -plugin-opt=opt-remarks-format=yaml \
13 ; RUN: -plugin-opt=opt-remarks-filename=%t.hot.yaml %t.o -o %t2.o 2>&1
16 ; RUN: -plugin-opt=opt-remarks-format=yaml \
19 ; RUN: -plugin-opt=opt-remarks-filename=%t.t300.yaml %t.o -o %t2.o 2>&1
22 ; RUN: -plugin-opt=opt-remarks-format=yaml \
25 ; RUN: -plugin-opt=opt-remarks-filename=%t.t301.yaml %t.o -o %t2.o 2>&1
26 ; RUN: cat %t.yaml | FileCheck %s -check-prefix=YAML
27 ; RUN: cat %t.hot.yaml | FileCheck %s -check-prefix=YAML-HOT
28 ; RUN: FileCheck %s -check-prefix=YAML-HOT < %t.t300.yaml
29 ; RUN: count 0 < %t.t301.yaml
37 ; YAML: --- !Missed
38 ; YAML-NEXT: Pass: inline
39 ; YAML-NEXT: Name: NoDefinition
40 ; YAML-NEXT: Function: f
41 ; YAML-NEXT: Args:
42 ; YAML-NEXT: - Callee: bar
43 ; YAML-NEXT: - String: ' will not be inlined into '
44 ; YAML-NEXT: - Caller: f
45 ; YAML-NEXT: - String: ' because its definition is unavailable'
46 ; YAML-NEXT: ...
47 ; YAML-NEXT: --- !Passed
48 ; YAML-NEXT: Pass: inline
49 ; YAML-NEXT: Name: Inlined
50 ; YAML-NEXT: Function: _start
51 ; YAML-NEXT: Args:
52 ; YAML-NEXT: - Callee: f
53 ; YAML-NEXT: - String: ' inlined into '
54 ; YAML-NEXT: - Caller: _start
55 ; YAML-NEXT: - String: ' with '
56 ; YAML-NEXT: - String: '(cost='
57 ; YAML-NEXT: - Cost: '0'
58 ; YAML-NEXT: - String: ', threshold='
59 ; YAML-NEXT: - Threshold: '337'
60 ; YAML-NEXT: - String: ')'
61 ; YAML-NEXT: ...
63 ; YAML-HOT: --- !Passed
64 ; YAML-HOT: Pass: inline
65 ; YAML-HOT-NEXT: Name: Inlined
66 ; YAML-HOT-NEXT: Function: _start
67 ; YAML-HOT-NEXT: Hotness: 300
68 ; YAML-HOT-NEXT: Args:
69 ; YAML-HOT-NEXT: - Callee: f
70 ; YAML-HOT-NEXT: - String: ' inlined into '
71 ; YAML-HOT-NEXT: - Caller: _start
72 ; YAML-HOT-NEXT: - String: ' with '
73 ; YAML-HOT-NEXT: - String: '(cost='
74 ; YAML-HOT-NEXT: - Cost: '0'
75 ; YAML-HOT-NEXT: - String: ', threshold='
76 ; YAML-HOT-NEXT: - Threshold: '337'
77 ; YAML-HOT-NEXT: - String: ')'
78 ; YAML-HOT-NEXT: ...