ROSE
0.9.6a
|
#include <AstSharedMemoryParallelProcessing.h>
Public Member Functions | |
SynthesizedAttributeTypeList * | traverseInParallel (SgNode *basenode, InheritedAttributeTypeList *inheritedValue) |
AstSharedMemoryParallelTopDownBottomUpProcessing () | |
AstSharedMemoryParallelTopDownBottomUpProcessing (const TraversalPtrList &) | |
void | set_numberOfThreads (size_t threads) const |
void | set_synchronizationWindowSize (size_t windowSize) const |
![]() | |
AstCombinedTopDownBottomUpProcessing () | |
default constructor More... | |
AstCombinedTopDownBottomUpProcessing (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... | |
![]() | |
std::vector < SynthesizedAttributeType > * | traverse (SgNode *node, std::vector< InheritedAttributeType > *inheritedValue) |
evaluates attributes on the entire AST More... | |
std::vector < SynthesizedAttributeType > * | traverseWithinFile (SgNode *node, std::vector< InheritedAttributeType > *inheritedValue) |
evaluates attributes only at nodes which represent the same file as where the evaluation was started More... | |
![]() | |
std::vector < SynthesizedAttributeType > * | traverse (SgNode *basenode, std::vector< InheritedAttributeType > *inheritedValue, t_traverseOrder travOrder=preandpostorder) |
std::vector < SynthesizedAttributeType > * | traverseWithinFile (SgNode *basenode, std::vector< InheritedAttributeType > *inheritedValue, t_traverseOrder travOrder=preandpostorder) |
void | traverseInputFiles (SgProject *projectNode, std::vector< InheritedAttributeType > *inheritedValue, t_traverseOrder travOrder=preandpostorder) |
virtual | ~SgTreeTraversal () |
SgTreeTraversal () | |
SgTreeTraversal (const SgTreeTraversal &) | |
const SgTreeTraversal & | operator= (const SgTreeTraversal &) |
Private Attributes | |
size_t | numberOfThreads |
size_t | synchronizationWindowSize |
Definition at line 109 of file AstSharedMemoryParallelProcessing.h.
typedef AstCombinedTopDownBottomUpProcessing<InheritedAttributeType, SynthesizedAttributeType> AstSharedMemoryParallelTopDownBottomUpProcessing< InheritedAttributeType, SynthesizedAttributeType >::Superclass |
Definition at line 113 of file AstSharedMemoryParallelProcessing.h.
typedef Superclass::InheritedAttributeTypeList AstSharedMemoryParallelTopDownBottomUpProcessing< InheritedAttributeType, SynthesizedAttributeType >::InheritedAttributeTypeList |
Definition at line 114 of file AstSharedMemoryParallelProcessing.h.
typedef Superclass::SynthesizedAttributeTypeList AstSharedMemoryParallelTopDownBottomUpProcessing< InheritedAttributeType, SynthesizedAttributeType >::SynthesizedAttributeTypeList |
Definition at line 115 of file AstSharedMemoryParallelProcessing.h.
typedef Superclass::TraversalPtr AstSharedMemoryParallelTopDownBottomUpProcessing< InheritedAttributeType, SynthesizedAttributeType >::TraversalPtr |
Definition at line 116 of file AstSharedMemoryParallelProcessing.h.
typedef Superclass::TraversalPtrList AstSharedMemoryParallelTopDownBottomUpProcessing< InheritedAttributeType, SynthesizedAttributeType >::TraversalPtrList |
Definition at line 117 of file AstSharedMemoryParallelProcessing.h.
typedef AstSharedMemoryParallelizableTopDownBottomUpProcessing<InheritedAttributeType, SynthesizedAttributeType>* AstSharedMemoryParallelTopDownBottomUpProcessing< InheritedAttributeType, SynthesizedAttributeType >::ParallelizableTraversalPtr |
Definition at line 119 of file AstSharedMemoryParallelProcessing.h.
typedef std::vector<ParallelizableTraversalPtr> AstSharedMemoryParallelTopDownBottomUpProcessing< InheritedAttributeType, SynthesizedAttributeType >::ParallelizableTraversalPtrList |
Definition at line 120 of file AstSharedMemoryParallelProcessing.h.
AstSharedMemoryParallelTopDownBottomUpProcessing< I, S >::AstSharedMemoryParallelTopDownBottomUpProcessing | ( | ) |
Definition at line 188 of file AstSharedMemoryParallelProcessingImpl.h.
AstSharedMemoryParallelTopDownBottomUpProcessing< InheritedAttributeType, SynthesizedAttributeType >::AstSharedMemoryParallelTopDownBottomUpProcessing | ( | const TraversalPtrList & | ) |
AstSharedMemoryParallelTopDownBottomUpProcessing< I, S >::SynthesizedAttributeTypeList * AstSharedMemoryParallelTopDownBottomUpProcessing< I, S >::traverseInParallel | ( | SgNode * | basenode, |
InheritedAttributeTypeList * | inheritedValue | ||
) |
void AstSharedMemoryParallelTopDownBottomUpProcessing< I, S >::set_numberOfThreads | ( | size_t | threads) | const |
Definition at line 202 of file AstSharedMemoryParallelProcessingImpl.h.
void AstSharedMemoryParallelTopDownBottomUpProcessing< I, S >::set_synchronizationWindowSize | ( | size_t | windowSize) | const |
Definition at line 214 of file AstSharedMemoryParallelProcessingImpl.h.
|
private |
Definition at line 132 of file AstSharedMemoryParallelProcessing.h.
|
private |
Definition at line 133 of file AstSharedMemoryParallelProcessing.h.