#include <ManagerInterActive.hpp>

Public Member Functions | |
| ManagerInterActive (OA_ptr< Activity::ActivityIRInterface > _ir) | |
| ~ManagerInterActive () | |
| OA_ptr< InterActive > | performAnalysis (OA_ptr< CallGraph::Interface > callGraph, OA_ptr< DataFlow::ParamBindings > paramBind, OA_ptr< Alias::InterAliasInterface > interAlias, OA_ptr< SideEffect::InterSideEffectInterface > interSE, OA_ptr< CFG::EachCFGInterface > eachCFG) |
Private Attributes | |
| OA_ptr < Activity::ActivityIRInterface > | mIR |
Generates InterActive.
Definition at line 40 of file ManagerInterActive.hpp.
| OA::Activity::ManagerInterActive::ManagerInterActive | ( | OA_ptr< Activity::ActivityIRInterface > | _ir | ) |
Definition at line 20 of file ManagerInterActive.cpp.
References OA::Activity::debug, OA::OA_ptr< T >::dump(), mIR, OA_DEBUG_CTRL_MACRO, and performAnalysis().

| OA::Activity::ManagerInterActive::~ManagerInterActive | ( | ) | [inline] |
Definition at line 43 of file ManagerInterActive.hpp.
| OA_ptr< InterActive > OA::Activity::ManagerInterActive::performAnalysis | ( | OA_ptr< CallGraph::Interface > | callGraph, | |
| OA_ptr< DataFlow::ParamBindings > | paramBind, | |||
| OA_ptr< Alias::InterAliasInterface > | interAlias, | |||
| OA_ptr< SideEffect::InterSideEffectInterface > | interSE, | |||
| OA_ptr< CFG::EachCFGInterface > | eachCFG | |||
| ) |
Just calls ManagerActiveStandard::performAnalysis on each procedure
Definition at line 30 of file ManagerInterActive.cpp.
Referenced by ManagerInterActive().
Definition at line 54 of file ManagerInterActive.hpp.
Referenced by ManagerInterActive().
1.7.1