Implementation of CFG. More...
#include <cstdlib>#include <cstring>#include <cassert>#include <iostream>#include "CFG.hpp"
Go to the source code of this file.
Namespaces | |
| namespace | OA |
Namespace for the whole OpenAnalysis Toolkit. | |
| namespace | OA::CFG |
Implementation of CFG.
Implements the CFG::CFGInterface for viewing the contents and structure of a CFG.
Also implements methods useful for constructing a CFG including methods that access a mapping of labels (OA::StmtLabel's) to Nodes.
Copyright (c) 2002-2005, Rice University
Copyright (c) 2004-2005, University of Chicago
Copyright (c) 2006, Contributors
All rights reserved.
See ../../../Copyright.txt for details.
Definition in file CFG.cpp.
1.7.1