Control Flow Graph
A control-flow graph represents blocks’ computation or flow control during program and application execution. Developed by France E. Allen, a control-flow graph is primarily used in static analysis, where it is responsible for demonstrating the flow inside the program unit. The following are a few characteristics of a control-flow graph that will help you understand …