$Documentation Manager$ = "Doxygen" This file offers an interface to building and handling the Control Dependence Graph (CDG) of a program unit. /// All the functions are implemented in cdg.cc unless otherwise specified.
$Documentation Manager$ = "Doxygen" Routines to normalize the Control Flow Graph. /// They are all simple transformations that do NOT get rid of GOTO's but make all nodes have a number of flow successors limited to two. All the functions are implemented in normalize_cfg.cc unless otherwise specified.
$Documentation Manager$ = "Doxygen" This file offers functionality for tasks related to restructuring FORTRAN programs. /// All the functions are implemented in restructurer.cc unless otherwise specified.