Definitions for "Control flow graph"
a directed graph in which each edge indicates a possible flow of control
a directed graph in which each node represents a basic block and each edge represents the flow of control between basic blocks
a representation of a program where contiguous regions of code without branches, known as basic blocks, are represented as nodes in a graph and edges between nodes indicate the possible flow of the program