A graph (set of nodes and vertices between them) of potential FunctionCalls in a program.
Used a lot in Compilers for various optimisations and code generation techniques, such as InLining.
One page links to CallGraph: