48 lines · yaml
1--- !Missed2Pass: inline3Name: NoDefinition4DebugLoc: { File: basic1.c, Line: 38, Column: 10 }5Function: main6Args:7 - Callee: foo8 DebugLoc: { File: basic1.c, Line: 0, Column: 0 }9 - String: ' will not be inlined into '10 - Caller: main11 DebugLoc: { File: basic1.c, Line: 37, Column: 0 }12 - String: ' because its definition is unavailable'13...14--- !Analysis15Pass: prologepilog16Name: StackSize17DebugLoc: { File: basic1.c, Line: 37, Column: 0 }18Function: main19Args:20 - NumStackBytes: '0'21 - String: ' stack bytes in function '''22 - Function: main23 - String: ''''24...25--- !Analysis26Pass: asm-printer27Name: InstructionMix28DebugLoc: { File: basic1.c, Line: 38, Column: 10 }29Function: main30Args:31 - String: 'BasicBlock: '32 - BasicBlock: entry33 - String: "\n"34 - String: TCRETURNdi35 - String: ': '36 - INST_TCRETURNdi: '1'37 - String: "\n"38...39--- !Analysis40Pass: asm-printer41Name: InstructionCount42DebugLoc: { File: basic1.c, Line: 37, Column: 0 }43Function: main44Args:45 - NumInstructions: '1'46 - String: ' instructions in function'47...48