OpenADFortTk (including Open64 and OpenAnalysis references)
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
CFGDFProblem.hpp File Reference

Abstract class for solving dataflow analysis problems on CFGs. More...

Include dependency graph for CFGDFProblem.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  OA::DataFlow::CFGDFProblem
 

Namespaces

 OA
 Namespace for the whole OpenAnalysis Toolkit.
 
 OA::DataFlow
 

Constant Groups

 OA
 Namespace for the whole OpenAnalysis Toolkit.
 
 OA::DataFlow
 

Detailed Description

Abstract class for solving dataflow analysis problems on CFGs.

Authors
Michelle Strout (April 2004) similar to John Mellor-Crummey's CallGraphDFProblem.h
Version
Id:
CFGDFProblem.hpp,v 1.18 2007/10/08 19:19:11 utke 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.

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.