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

Abstract IR interface for Alias analysis. More...

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

Go to the source code of this file.

Classes

class  OA::Alias::PtrAssignPairStmtIterator
 
class  OA::Alias::ParamBindPtrAssignIterator
 
class  OA::Alias::AliasIRInterface
 

Namespaces

 OA
 Namespace for the whole OpenAnalysis Toolkit.
 
 OA::Alias
 Namespace for all Alias Analysis interfaces and implementations.
 

Constant Groups

 OA
 Namespace for the whole OpenAnalysis Toolkit.
 
 OA::Alias
 Namespace for all Alias Analysis interfaces and implementations.
 

Detailed Description

Abstract IR interface for Alias analysis.

Authors
Michelle Strout, Brian White
Version
Id:
AliasIRInterface.hpp,v 1.17 2007/10/24 04:17:55 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.

The source IR will be responsible for iterating over all the statements, iterating over top memory references for a stmt, and categorizing statements specifically for alias analysis.

Definition in file AliasIRInterface.hpp.