ROSE
0.9.6a
|
#include <partitionedAnalysis.h>
Public Member Functions | |
IntraPartitionDataflowCheckpoint (IntraPartitionDataflowCheckpoint &that) | |
IntraPartitionDataflowCheckpoint (dataflow::checkpoint &dfChkpt, const std::set< DataflowNode > &joinNodes, const DataflowNode *curNode, printable *partitionCond, int partitionIndex, const Function &func, NodeState *fState) | |
~IntraPartitionDataflowCheckpoint () | |
std::string | str (std::string indent="") |
Public Attributes | |
dataflow::checkpoint | dfChkpt |
std::set< DataflowNode > | joinNodes |
DataflowNode * | curNode |
printable * | partitionCond |
int | partitionIndex |
const Function & | func |
NodeState * | fState |
Definition at line 281 of file partitionedAnalysis.h.
|
inline |
Definition at line 300 of file partitionedAnalysis.h.
References curNode, fState, joinNodes, partitionCond, and partitionIndex.
|
inline |
Definition at line 314 of file partitionedAnalysis.h.
References fState, joinNodes, partitionCond, and partitionIndex.
|
inline |
Definition at line 331 of file partitionedAnalysis.h.
References curNode.
|
inline |
Definition at line 338 of file partitionedAnalysis.h.
References SgNode::class_name(), curNode, dfChkpt, VirtualCFG::DataflowNode::getIndex(), VirtualCFG::DataflowNode::getNode(), joinNodes, partitionCond, partitionIndex, printable::str(), VirtualCFG::dataflow::checkpoint::str(), and SgNode::unparseToString().
dataflow::checkpoint IntraPartitionDataflowCheckpoint::dfChkpt |
Definition at line 285 of file partitionedAnalysis.h.
Referenced by str().
std::set<DataflowNode> IntraPartitionDataflowCheckpoint::joinNodes |
Definition at line 287 of file partitionedAnalysis.h.
Referenced by IntraPartitionDataflowCheckpoint(), and str().
DataflowNode* IntraPartitionDataflowCheckpoint::curNode |
Definition at line 289 of file partitionedAnalysis.h.
Referenced by IntraPartitionDataflowCheckpoint(), str(), and ~IntraPartitionDataflowCheckpoint().
printable* IntraPartitionDataflowCheckpoint::partitionCond |
Definition at line 291 of file partitionedAnalysis.h.
Referenced by IntraPartitionDataflowCheckpoint(), and str().
int IntraPartitionDataflowCheckpoint::partitionIndex |
Definition at line 294 of file partitionedAnalysis.h.
Referenced by IntraPartitionDataflowCheckpoint(), and str().
const Function& IntraPartitionDataflowCheckpoint::func |
Definition at line 297 of file partitionedAnalysis.h.
NodeState* IntraPartitionDataflowCheckpoint::fState |
Definition at line 298 of file partitionedAnalysis.h.
Referenced by IntraPartitionDataflowCheckpoint().