#include <LinearityIRInterface.hpp>


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< ExprTree > | getExprTree (ExprHandle h)=0 |
| Given an ExprHandle, return an ExprTree. | |
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.
| 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.
| 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.
1.7.1