Abstract class for solving dataflow analysis problems on CFGs. More...
#include <OpenAnalysis/Utils/OA_ptr.hpp>#include <OpenAnalysis/DataFlow/DataFlowSet.hpp>#include <OpenAnalysis/DataFlow/DGraphSolverDFP.hpp>#include <OpenAnalysis/CFG/CFGInterface.hpp>#include <OpenAnalysis/IRInterface/CFGIRInterface.hpp>#include <map>

Go to the source code of this file.
Classes | |
| class | OA::DataFlow::CFGDFProblem |
Namespaces | |
| namespace | OA |
Namespace for the whole OpenAnalysis Toolkit. | |
| namespace | OA::DataFlow |
Abstract class for solving dataflow analysis problems on CFGs.
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.
To use this for performing an intra-procedural dataflow analysis problem, privately inherit from the CFGDFProblem class and implement the callbacks.
Modified by Priyadarshini Malusare 07/26/2006
Definition in file CFGDFProblem.hpp.
1.6.1