Abstract base of data dep manager classes. More...
#include <ManagerDataDep.hpp>


Public Member Functions | |
| ManagerDataDep (OA_ptr< DataDepIRInterface > _ir) | |
| virtual OA_ptr< DataDepResults > | performAnalysis (ProcHandle p, OA_ptr< LoopAbstraction > loop)=0 |
Protected Attributes | |
| OA_ptr< DataDepIRInterface > | mIR |
Abstract base of data dep manager classes.
Definition at line 24 of file ManagerDataDep.hpp.
| OA::DataDep::ManagerDataDep::ManagerDataDep | ( | OA_ptr< DataDepIRInterface > | _ir | ) |
Definition at line 4 of file ManagerDataDep.cpp.
| virtual OA_ptr<DataDepResults> OA::DataDep::ManagerDataDep::performAnalysis | ( | ProcHandle | p, | |
| OA_ptr< LoopAbstraction > | loop | |||
| ) | [pure virtual] |
perform the data dependence analysis algorithm associated with the the given class on the specified procedure
Implemented in OA::DataDep::ManagerDataDepGCD.
OA_ptr<DataDepIRInterface> OA::DataDep::ManagerDataDep::mIR [protected] |
Definition at line 34 of file ManagerDataDep.hpp.
Referenced by OA::DataDep::ManagerDataDepGCD::performAnalysis().
1.7.1