#include <ReachDefsIRInterface.hpp>


Public Member Functions | |
| ReachDefsIRInterface () | |
| virtual | ~ReachDefsIRInterface () |
| virtual OA_ptr< IRStmtIterator > | getStmtIterator (ProcHandle h)=0 |
| virtual OA_ptr < MemRefHandleIterator > | getAllMemRefs (StmtHandle stmt)=0 |
| virtual OA_ptr < MemRefHandleIterator > | getDefMemRefs (StmtHandle stmt)=0 |
| virtual OA_ptr < MemRefHandleIterator > | getUseMemRefs (StmtHandle stmt)=0 |
| virtual OA_ptr < IRCallsiteIterator > | getCallsites (StmtHandle h)=0 |
| Return an iterator over all of the callsites in a given stmt. | |
| virtual OA_ptr< ExprTree > | getExprTree (ExprHandle h)=0 |
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 40 of file ReachDefsIRInterface.hpp.
| OA::ReachDefs::ReachDefsIRInterface::ReachDefsIRInterface | ( | ) | [inline] |
Definition at line 42 of file ReachDefsIRInterface.hpp.
| virtual OA::ReachDefs::ReachDefsIRInterface::~ReachDefsIRInterface | ( | ) | [inline, virtual] |
Definition at line 43 of file ReachDefsIRInterface.hpp.
| virtual OA_ptr<MemRefHandleIterator> OA::ReachDefs::ReachDefsIRInterface::getAllMemRefs | ( | StmtHandle | stmt | ) | [pure virtual] |
Return a list of all the memory reference handles that appear in the given statement.
| virtual OA_ptr<IRCallsiteIterator> OA::ReachDefs::ReachDefsIRInterface::getCallsites | ( | StmtHandle | h | ) | [pure virtual] |
Return an iterator over all of the callsites in a given stmt.
| virtual OA_ptr<MemRefHandleIterator> OA::ReachDefs::ReachDefsIRInterface::getDefMemRefs | ( | StmtHandle | stmt | ) | [pure virtual] |
Return a list of all the target memory reference handles that appear in the given statement.
| virtual OA_ptr<ExprTree> OA::ReachDefs::ReachDefsIRInterface::getExprTree | ( | ExprHandle | h | ) | [pure virtual] |
| virtual OA_ptr<IRStmtIterator> OA::ReachDefs::ReachDefsIRInterface::getStmtIterator | ( | ProcHandle | h | ) | [pure virtual] |
Given a subprogram return an IRSymIterator for all symbols that are visible in the subprogram Given a subprogram return an IRStmtIterator* for the entire subprogram
| virtual OA_ptr<MemRefHandleIterator> OA::ReachDefs::ReachDefsIRInterface::getUseMemRefs | ( | StmtHandle | stmt | ) | [pure virtual] |
1.7.1