brintos

brintos / llvm-project-archived public Read only

0
0
Text · 488 B · f798454 Raw
28 lines · yaml
1--- !Analysis2Pass:            asm-printer3Name:            InstructionMix4Function:        home5Args:6  - INST_nop: '1'7  - INST_add: '3'8  - INST_mul: '5'9...10--- !Analysis11Pass:            asm-printer12Name:            InstructionMix13Function:        homeowner14Args:15  - INST_nop: '2'16  - INST_add: '4'17  - INST_mul: '6'18...19--- !Analysis20Pass:            asm-printer21Name:            InstructionMix22Function:        meow23Args:24  - INST_nop: '7'25  - INST_add: '8'26  - INST_mul: '9'27...28