---
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: CanBeInlined
DebugLoc:
Function: quack
Args:
- Callee: foo
- String: ' can be inlined into '
- Caller: quack
- String: ' with cost='
- Cost: '40'
- String: ' (threshold='
- Threshold: '275'
- String: ')'
...
---
Pass: inline
Name: Inlined
DebugLoc:
Function: quack
Args:
- Callee: foo
- String: ' inlined into '
- Caller: quack
...
---
Pass: loop-unroll
Name: FullyUnrolled
DebugLoc:
Function: quack
Args:
- String: 'completely unrolled loop with '
- UnrollCount: '4'
- String: ' iterations'
...
---
Pass: inline
Name: CanBeInlined
DebugLoc:
Function: quack2
Args:
- Callee: foo
- String: ' can be inlined into '
- Caller: quack2
- String: ' with cost='
- Cost: '40'
- String: ' (threshold='
- Threshold: '275'
- String: ')'
...
---
Pass: inline
Name: Inlined
DebugLoc:
Function: quack2
Args:
- Callee: foo
- String: ' inlined into '
- Caller: quack2
...
---
Pass: loop-unroll
Name: FullyUnrolled
DebugLoc:
Function: quack2
Args:
- String: 'completely unrolled loop with '
- UnrollCount: '8'
- String: ' iterations'
...
---
Pass: loop-vectorize
Name: CantVectorizeCall
DebugLoc:
Function: foo
Args:
- String: 'loop not vectorized: '
- String: call instruction cannot be vectorized
...
---
Pass: loop-vectorize
Name: MissedDetails
DebugLoc:
Function: foo
Args:
- String: 'loop not vectorized: use -Rpass-analysis=loop-vectorize for more info'
...