brintos

brintos / llvm-project-archived public Read only

0
0
Text · 1.2 KiB · 46fea68 Raw
43 lines · yaml
1--- !Missed2Pass:            inline3Name:            NoDefinition4DebugLoc:        { File: Inputs/unrl.c, Line: 5, Column: 5 }5Function:        foo6Args:            7  - Callee:          bar8  - String:          ' will not be inlined into '9  - Caller:          foo10  - String:          ' because its definition is unavailable'11...12--- !Missed13Pass:            inline14Name:            NoDefinition15DebugLoc:        { File: Inputs/unrl.c, Line: 8, Column: 5 }16Function:        foo17Args:            18  - Callee:          bar19  - String:          ' will not be inlined into '20  - Caller:          foo21  - String:          ' because its definition is unavailable'22...23--- !Passed24Pass:            loop-unroll25Name:            FullyUnrolled26DebugLoc:        { File: Inputs/unrl.c, Line: 7, Column: 3 }27Function:        foo28Args:            29  - String:          'completely unrolled loop with '30  - UnrollCount:     '11'31  - String:          ' iterations'32...33--- !Passed34Pass:            loop-unroll35Name:            FullyUnrolled36DebugLoc:        { File: Inputs/unrl.c, Line: 4, Column: 3 }37Function:        foo38Args:            39  - String:          'completely unrolled loop with '40  - UnrollCount:     '5'41  - String:          ' iterations'42...43