ROSE
0.9.6a
|
#include <AstSharedMemoryParallelSimpleProcessing.h>
Public Member Functions | |
AstSharedMemoryParallelizableSimpleProcessing (const AstSharedMemoryParallelProcessingSynchronizationInfo &, const TraversalPtrList &) | |
void | set_runningParallelTraversal (bool val) |
![]() | |
AstCombinedSimpleProcessing () | |
default constructor More... | |
AstCombinedSimpleProcessing (const TraversalPtrList &) | |
constructor that makes an internal copy of an existing list of traversals More... | |
void | addTraversal (TraversalPtr) |
simple function for adding a traversal to the internal list More... | |
TraversalPtrList & | get_traversalPtrListRef () |
function for obtaining a reference to the internal list of traversals, you can use this for any container operations you like (deleting elements etc.) More... | |
![]() | |
void | traverse (SgNode *node, Order treeTraversalOrder) |
traverse the entire AST. Order defines preorder (preorder) or postorder (postorder) traversal. Default is 'preorder'. More... | |
void | traverseWithinFile (SgNode *node, Order treeTraversalOrder) |
traverse only nodes which represent the same file as where the traversal was started More... | |
void | traverseInputFiles (SgProject *projectNode, Order treeTraversalOrder) |
traverse only nodes which represent files which were specified on the command line (=input files). More... | |
![]() | |
DummyAttribute | traverse (SgNode *basenode, DummyAttributeinheritedValue, t_traverseOrder travOrder=preandpostorder) |
DummyAttribute | traverseWithinFile (SgNode *basenode, DummyAttributeinheritedValue, t_traverseOrder travOrder=preandpostorder) |
void | traverseInputFiles (SgProject *projectNode, DummyAttributeinheritedValue, t_traverseOrder travOrder=preandpostorder) |
virtual | ~SgTreeTraversal () |
SgTreeTraversal () | |
SgTreeTraversal (const SgTreeTraversal &) | |
const SgTreeTraversal & | operator= (const SgTreeTraversal &) |
Protected Member Functions | |
virtual void | visit (SgNode *astNode) |
this method is called at every traversed node. More... | |
virtual void | atTraversalEnd () |
![]() | |
virtual void | atTraversalStart () |
GB (06/04/2007): A new virtual function called at the start of the traversal, before any node is actually visited; can be used to perform a "last-minute" computation of attributes that may have changed since the constructor was executed, but are constant during the traversal itself. More... | |
Private Attributes | |
size_t | visitedNodes |
bool | runningParallelTraversal |
size_t | synchronizationWindowSize |
Additional Inherited Members | |
![]() | |
typedef AstSuccessorsSelectors::SuccessorsContainer | SuccessorsContainer |
typedef SuccessorsContainer & | SuccessorsContainerRef |
![]() | |
TraversalPtrList | traversals |
Definition at line 18 of file AstSharedMemoryParallelSimpleProcessing.h.
Definition at line 23 of file AstSharedMemoryParallelSimpleProcessing.h.
Definition at line 24 of file AstSharedMemoryParallelSimpleProcessing.h.
Definition at line 25 of file AstSharedMemoryParallelSimpleProcessing.h.
typedef Superclass::TraversalPtrList AstSharedMemoryParallelizableSimpleProcessing::TraversalPtrList |
Definition at line 26 of file AstSharedMemoryParallelSimpleProcessing.h.
AstSharedMemoryParallelizableSimpleProcessing::AstSharedMemoryParallelizableSimpleProcessing | ( | const AstSharedMemoryParallelProcessingSynchronizationInfo & | , |
const TraversalPtrList & | |||
) |
void AstSharedMemoryParallelizableSimpleProcessing::set_runningParallelTraversal | ( | bool | val) |
|
protectedvirtual |
this method is called at every traversed node.
Reimplemented from AstCombinedSimpleProcessing.
|
protectedvirtual |
Reimplemented from AstCombinedSimpleProcessing.
|
private |
Definition at line 39 of file AstSharedMemoryParallelSimpleProcessing.h.
|
private |
Definition at line 40 of file AstSharedMemoryParallelSimpleProcessing.h.
|
private |
Definition at line 41 of file AstSharedMemoryParallelSimpleProcessing.h.