#include <ManagerParamBindings.hpp>

Public Member Functions | |
| ManagerParamBindings (OA_ptr< ParamBindingsIRInterface > _ir) | |
| ~ManagerParamBindings () | |
| OA_ptr< ParamBindings > | performAnalysis (OA_ptr< CallGraph::CallGraphInterface > callGraph) |
Private Attributes | |
| OA_ptr< ParamBindingsIRInterface > | mIR |
Generates ParamBindings
Definition at line 35 of file ManagerParamBindings.hpp.
| OA::DataFlow::ManagerParamBindings::ManagerParamBindings | ( | OA_ptr< ParamBindingsIRInterface > | _ir | ) |
Definition at line 20 of file ManagerParamBindings.cpp.
References OA::DataFlow::debug, and OA_DEBUG_CTRL_MACRO.
| OA::DataFlow::ManagerParamBindings::~ManagerParamBindings | ( | ) | [inline] |
Definition at line 38 of file ManagerParamBindings.hpp.
| OA_ptr< ParamBindings > OA::DataFlow::ManagerParamBindings::performAnalysis | ( | OA_ptr< CallGraph::CallGraphInterface > | callGraph | ) |
commented out by PLM 08/11/06 OA_ptr<CallGraph::Interface::NodesIterator> nodeIter=callGraph->getNodesIterator();
commented out by PLM 08/11/06 OA_ptr<CallGraph::Interface::Node> callee = edge->sink(); if (!callee->isDefined()) { continue; }
commented out by PLM 08/11/06 OA_ptr<CallGraph::Interface::Node> caller = edge->source();
Definition at line 29 of file ManagerParamBindings.cpp.
References OA::DataFlow::debug, OA::OA_ptr< T >::dump(), OA::EvalToMemRefVisitor::getMemRef(), OA::IRHandle::hval(), OA::EvalToMemRefVisitor::isMemRef(), and mIR.

Definition at line 44 of file ManagerParamBindings.hpp.
Referenced by performAnalysis().
1.7.1