Public Member Functions

OA::Linearity::LinearityIRInterface Class Reference

#include <LinearityIRInterface.hpp>

Inheritance diagram for OA::Linearity::LinearityIRInterface:
Inheritance graph
[legend]
Collaboration diagram for OA::Linearity::LinearityIRInterface:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 LinearityIRInterface ()
virtual ~LinearityIRInterface ()
virtual LinOpType getLinearityOpType (OpHandle op)=0
 Given a OpHandle, return its Linearity::LinOpType.
virtual OA_ptr
< AssignPairIterator
getAssignPairIterator (StmtHandle h)=0
virtual OA_ptr< ExprTreegetExprTree (ExprHandle h)=0
 Given an ExprHandle, return an ExprTree.

Detailed Description

The ReachDefIRInterface abstract base class gives a set of methods for querying the source IR for information relevant to reaching definition Analysis. This is the primary interface for ReachDef to the underlying intermediate representation.

Definition at line 51 of file LinearityIRInterface.hpp.


Constructor & Destructor Documentation

OA::Linearity::LinearityIRInterface::LinearityIRInterface (  )  [inline]

Definition at line 53 of file LinearityIRInterface.hpp.

virtual OA::Linearity::LinearityIRInterface::~LinearityIRInterface (  )  [inline, virtual]

Definition at line 54 of file LinearityIRInterface.hpp.


Member Function Documentation

virtual OA_ptr<AssignPairIterator> OA::Linearity::LinearityIRInterface::getAssignPairIterator ( StmtHandle  h  )  [pure virtual]

Given a statement return a list to the pairs of target MemRefHandle, ExprHandle where target = expr

virtual OA_ptr<ExprTree> OA::Linearity::LinearityIRInterface::getExprTree ( ExprHandle  h  )  [pure virtual]

Given an ExprHandle, return an ExprTree.

virtual LinOpType OA::Linearity::LinearityIRInterface::getLinearityOpType ( OpHandle  op  )  [pure virtual]

Given a OpHandle, return its Linearity::LinOpType.


The documentation for this class was generated from the following file: