Namespaces

CFG.cpp File Reference

Implementation of CFG. More...

#include <cstdlib>
#include <cstring>
#include <cassert>
#include <iostream>
#include "CFG.hpp"
Include dependency graph for CFG.cpp:

Go to the source code of this file.

Namespaces

namespace  OA
 

Namespace for the whole OpenAnalysis Toolkit.


namespace  OA::CFG

Detailed Description

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.

Authors:
Arun Chauhan (2001 as part of Mint), Nathan Tallent, Michelle Strout
Version:
Id:
CFGStandard.cpp,v 1.25 2005/06/10 02:32:03 mstrout Exp
Version:
Id:
CFG.cpp, 2006/08/27 02:32:03 PLM Exp

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.