Introduction
For Stage 1 of my SPO600 project, I developed a custom pass for the GCC compiler that analyzes compiled code by printing each function's name, counting basic blocks, and displaying the total number of GIMPLE statements in each function. ...