#include <ManagerDataDepGCD.hpp>


Public Member Functions | |
| ManagerDataDepGCD (OA_ptr< DataDepIRInterface > ir, OA_ptr< Alias::Interface > aliasResults) | |
| virtual OA_ptr< DataDepResults > | performAnalysis (ProcHandle p, OA_ptr< LoopAbstraction > loop) |
Private Attributes | |
| OA_ptr< Alias::Interface > | mAliasResults |
Definition at line 12 of file ManagerDataDepGCD.hpp.
| OA::DataDep::ManagerDataDepGCD::ManagerDataDepGCD | ( | OA_ptr< DataDepIRInterface > | ir, | |
| OA_ptr< Alias::Interface > | aliasResults | |||
| ) |
Definition at line 9 of file ManagerDataDepGCD.cpp.
| OA_ptr< DataDepResults > OA::DataDep::ManagerDataDepGCD::performAnalysis | ( | ProcHandle | p, | |
| OA_ptr< LoopAbstraction > | loop | |||
| ) | [virtual] |
perform the data dependence analysis algorithm associated with the the given class on the specified procedure
Implements OA::DataDep::ManagerDataDep.
Definition at line 18 of file ManagerDataDepGCD.cpp.
References mAliasResults, and OA::DataDep::ManagerDataDep::mIR.
Definition at line 22 of file ManagerDataDepGCD.hpp.
Referenced by performAnalysis().
1.7.1