#include <IRHandles.hpp>
List of all members.
Detailed Description
Definition at line 444 of file IRHandles.hpp.
Constructor & Destructor Documentation
| virtual OA::IRHandlesIRInterface::~IRHandlesIRInterface |
( |
|
) |
[inline, virtual] |
Member Function Documentation
| virtual void OA::IRHandlesIRInterface::dump |
( |
MemRefHandle |
h, |
|
|
std::ostream & |
os | |
|
) |
| | [pure virtual] |
| virtual void OA::IRHandlesIRInterface::dump |
( |
StmtHandle |
stmt, |
|
|
std::ostream & |
os | |
|
) |
| | [pure virtual] |
| virtual void OA::IRHandlesIRInterface::dump |
( |
SymHandle |
sym, |
|
|
std::ostream & |
os | |
|
) |
| | [pure virtual] |
Given a statement, pretty-print it to the output stream os.
| virtual std::string OA::IRHandlesIRInterface::toString |
( |
const MemRefHandle |
h |
) |
[pure virtual] |
| virtual std::string OA::IRHandlesIRInterface::toString |
( |
const ConstValHandle |
h |
) |
[pure virtual] |
| virtual std::string OA::IRHandlesIRInterface::toString |
( |
const ConstSymHandle |
h |
) |
[pure virtual] |
| virtual std::string OA::IRHandlesIRInterface::toString |
( |
const SymHandle |
h |
) |
[pure virtual] |
| virtual std::string OA::IRHandlesIRInterface::toString |
( |
const ExprHandle |
h |
) |
[pure virtual] |
| virtual std::string OA::IRHandlesIRInterface::toString |
( |
const ProcHandle |
h |
) |
[pure virtual] |
Implemented in OA::EvalToConstVisitorIRInterface, OA::SideEffect::InterSideEffectIRInterface, OA::ReachConsts::ReachConstsIRInterface, and TestIRInterface.
Referenced by OA::Activity::InterActiveFortran::output(), OA::Activity::InterActive::output(), OA::CFG::Node::output(), OA::CallGraph::Node::output(), OA::CallGraph::CallGraph::output(), OA::OutputBuilderText::outputIRHandle(), OA::Loop::LoopTreeNode::print(), OA::OutputNewExprTreeVisitor::visitCallNode(), OA::OutputExprTreeVisitor::visitCallNode(), OA::OutputNewExprTreeVisitor::visitConstSymNode(), OA::OutputExprTreeVisitor::visitConstSymNode(), OA::OutputExprTreeVisitor::visitConstValNode(), OA::OutputExprTreeVisitor::visitMemRefNode(), and OA::OutputExprTreeVisitor::visitOpNode().
| virtual std::string OA::IRHandlesIRInterface::toString |
( |
const OpHandle |
h |
) |
[pure virtual] |
| virtual std::string OA::IRHandlesIRInterface::toString |
( |
const StmtHandle |
h |
) |
[pure virtual] |
| virtual std::string OA::IRHandlesIRInterface::toString |
( |
const CallHandle |
h |
) |
[pure virtual] |
The documentation for this class was generated from the following file: