Control flow graph is a graph of basic blocks that can be used as an analysis tool. More...
#include <ControlFlow.h>
Public Member Functions | |
| ControlFlowGraph (const ControlFlowGraph &)=delete | |
| ControlFlowGraph (ControlFlowGraph &&)=default | |
| ControlFlowGraph & | operator= (ControlFlowGraph &&)=default |
Control flow graph is a graph of basic blocks that can be used as an analysis tool.
Definition at line 90 of file ControlFlow.h.
1.8.11