1--- !Analysis 2Pass: asm-printer 3Name: InstructionCount 4DebugLoc: { File: path/to/inst.c, Line: 1, Column: 2 } 5Function: func1 6Args: 7 - NumInstructions: '1' 8 - String: ' instructions in function' 9... 10--- !Analysis 11Pass: asm-printer 12Name: InstructionCount 13DebugLoc: { File: path/to/inst2.c, Line: 1, Column: 2 } 14Function: func2 15Args: 16 - NumInstructions: '2' 17 - String: ' instructions in function' 18... 19--- !Analysis 20Pass: asm-printer 21Name: InstructionCount 22DebugLoc: { File: path/to/inst3.c, Line: 1, Column: 2 } 23Function: func3 24Args: 25 - NumInstructions: '3' 26 - String: ' instructions in function' 27... 28