#include <ManagerInterReachConsts.hpp>

Public Member Functions | |
| ManagerInterReachConsts (OA_ptr< ReachConstsIRInterface > _ir) | |
| ~ManagerInterReachConsts () | |
| OA_ptr< InterReachConsts > | performAnalysis (OA_ptr< CallGraph::CallGraphInterface > callGraph, OA_ptr< Alias::InterAliasInterface > interAlias, OA_ptr< SideEffect::InterSideEffectInterface > interSE, OA_ptr< CFG::EachCFGInterface > eachCFG, DataFlow::DFPImplement algorithm) |
Private Attributes | |
| OA_ptr< ReachConstsIRInterface > | mIR |
Generates InterReachConsts.
Definition at line 45 of file ManagerInterReachConsts.hpp.
| OA::ReachConsts::ManagerInterReachConsts::ManagerInterReachConsts | ( | OA_ptr< ReachConstsIRInterface > | _ir | ) |
Definition at line 21 of file ManagerInterReachConsts.cpp.
References OA::ReachConsts::debug, mIR, OA_DEBUG_CTRL_MACRO, and performAnalysis().

| OA::ReachConsts::ManagerInterReachConsts::~ManagerInterReachConsts | ( | ) | [inline] |
Definition at line 48 of file ManagerInterReachConsts.hpp.
| OA_ptr< InterReachConsts > OA::ReachConsts::ManagerInterReachConsts::performAnalysis | ( | OA_ptr< CallGraph::CallGraphInterface > | callGraph, | |
| OA_ptr< Alias::InterAliasInterface > | interAlias, | |||
| OA_ptr< SideEffect::InterSideEffectInterface > | interSE, | |||
| OA_ptr< CFG::EachCFGInterface > | eachCFG, | |||
| DataFlow::DFPImplement | algorithm | |||
| ) |
Just calls ManagerReachConstStandard::performAnalysis on each procedure
Definition at line 31 of file ManagerInterReachConsts.cpp.
Referenced by ManagerInterReachConsts().
Definition at line 60 of file ManagerInterReachConsts.hpp.
Referenced by ManagerInterReachConsts().
1.7.1