1--- !Missed
2Pass:            inline
3Name:            NoDefinition
4DebugLoc:        { File: Inputs/unrl.c, Line: 5, Column: 5 }
5Function:        foo
6Args:            
7  - Callee:          bar
8  - String:          ' will not be inlined into '
9  - Caller:          foo
10  - String:          ' because its definition is unavailable'
11...
12--- !Missed
13Pass:            inline
14Name:            NoDefinition
15DebugLoc:        { File: Inputs/unrl.c, Line: 8, Column: 5 }
16Function:        foo
17Args:            
18  - Callee:          bar
19  - String:          ' will not be inlined into '
20  - Caller:          foo
21  - String:          ' because its definition is unavailable'
22...
23--- !Passed
24Pass:            loop-unroll
25Name:            FullyUnrolled
26DebugLoc:        { File: Inputs/unrl.c, Line: 7, Column: 3 }
27Function:        foo
28Args:            
29  - String:          'completely unrolled loop with '
30  - UnrollCount:     '11'
31  - String:          ' iterations'
32...
33--- !Passed
34Pass:            loop-unroll
35Name:            FullyUnrolled
36DebugLoc:        { File: Inputs/unrl.c, Line: 4, Column: 3 }
37Function:        foo
38Args:            
39  - String:          'completely unrolled loop with '
40  - UnrollCount:     '5'
41  - String:          ' iterations'
42...
43