Classes | Namespaces

SSAIRInterface.hpp File Reference

Abstract interface that the SSA AnnotationManagers require. More...

#include <iostream>
#include "IRHandles.hpp"
#include <OpenAnalysis/Utils/OA_ptr.hpp>
Include dependency graph for SSAIRInterface.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  OA::SSA::IRUseDefIterator
class  OA::SSA::SSAIRInterface

Namespaces

namespace  OA
 

Namespace for the whole OpenAnalysis Toolkit.


namespace  OA::SSA

Detailed Description

Abstract interface that the SSA AnnotationManagers require.

Authors:
Michelle Strout
Version:
Id:
SSAIRInterface.hpp,v 1.1 2005/03/08 19:00:12 ntallent 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.

An SSA AnnotationManager generates a SSA representation of the program. The analysis engine within the SSA AnnotationManager requires that the SSAIRInterface be implemented so that queries can be made to the Source IR relevant to constructing SSA.

Definition in file SSAIRInterface.hpp.