---
Pass: inline
Name: NoDefinition
DebugLoc:
Function: foo
Args:
- Callee: bar
- String: ' will not be inlined into '
- Caller: foo
- String: ' because its definition is unavailable'
...
---
Pass: inline
Name: NoDefinition
DebugLoc:
Function: foo
Args:
- Callee: bar
- String: ' will not be inlined into '
- Caller: foo
- String: ' because its definition is unavailable'
...
---
Pass: loop-unroll
Name: FullyUnrolled
DebugLoc:
Function: foo
Args:
- String: 'completely unrolled loop with '
- UnrollCount: '11'
- String: ' iterations'
...
---
Pass: loop-unroll
Name: FullyUnrolled
DebugLoc:
Function: foo
Args:
- String: 'completely unrolled loop with '
- UnrollCount: '5'
- String: ' iterations'
...