blob: 3bde9f42405c97c3769751806f55b3d26c67a3d1 [file] [log] [blame] [edit]
--- !Analysis
Pass: asm-printer
Name: InstructionCount
DebugLoc: { File: path/to/inst.c, Line: 1, Column: 2 }
Function: func1
Args:
- NumInstructions: '1'
- String: ' instructions in function'
...
--- !Analysis
Pass: asm-printer
Name: InstructionCount
DebugLoc: { File: path/to/inst2.c, Line: 1, Column: 2 }
Function: func2
Args:
- NumInstructions: '2'
- String: ' instructions in function'
...
--- !Analysis
Pass: asm-printer
Name: InstructionCount
DebugLoc: { File: path/to/inst3.c, Line: 1, Column: 2 }
Function: func3
Args:
- NumInstructions: '3'
- String: ' instructions in function'
...