template<class SynthesizedAttributeType>
class AstSharedMemoryParallelizableBottomUpProcessing< SynthesizedAttributeType >
Definition at line 210 of file AstSharedMemoryParallelProcessing.h.
|
typedef AstCombinedBottomUpProcessing< SynthesizedAttributeType > | Superclass |
|
typedef Superclass::TraversalType | TraversalType |
|
typedef Superclass::TraversalPtr | TraversalPtr |
|
typedef Superclass::TraversalPtrList | TraversalPtrList |
|
typedef Superclass::SynthesizedAttributeTypeList | SynthesizedAttributeTypeList |
|
typedef Superclass::SynthesizedAttributesList | SynthesizedAttributesList |
|
typedef AstBottomUpProcessing< SynthesizedAttributeType > | TraversalType |
|
typedef TraversalType * | TraversalPtr |
|
typedef std::vector< TraversalPtr > | TraversalPtrList |
|
typedef std::vector< SynthesizedAttributeType > | SynthesizedAttributeTypeList |
|
typedef AstBottomUpProcessing< SynthesizedAttributeTypeList * > | Superclass |
|
typedef Superclass::SynthesizedAttributesList | SynthesizedAttributesList |
|
typedef SgTreeTraversal< DummyAttribute, std::vector< SynthesizedAttributeType > * >::SynthesizedAttributesList | SynthesizedAttributesList |
|
typedef SynthesizedAttributesList | SubTreeSynthesizedAttributes |
|
typedef StackFrameVector< std::vector< SynthesizedAttributeType > * > | SynthesizedAttributesList |
|
|
| AstSharedMemoryParallelizableBottomUpProcessing (const AstSharedMemoryParallelProcessingSynchronizationInfo &, const TraversalPtrList &) |
|
void | set_runningParallelTraversal (bool val) |
|
| AstCombinedBottomUpProcessing () |
| default constructor
|
|
| AstCombinedBottomUpProcessing (const TraversalPtrList &) |
| constructor that makes an internal copy of an existing list of traversals
|
|
void | addTraversal (TraversalPtr) |
| simple function for adding a traversal to the internal list
|
|
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.)
|
|
std::vector< SynthesizedAttributeType > * | traverse (SgNode *node) |
| evaluates attributes on the entire AST
|
|
std::vector< SynthesizedAttributeType > * | traverseWithinFile (SgNode *node) |
| evaluates attributes only at nodes which represent the same file as where the evaluation was started
|
|
void | traverseInputFiles (SgProject *projectNode) |
| evaluates attributes only at nodes which represent files which were specified on the command line (=input files).
|
|
std::vector< SynthesizedAttributeType > * | traverse (SgNode *basenode, DummyAttribute inheritedValue, t_traverseOrder travOrder=preandpostorder) |
|
std::vector< SynthesizedAttributeType > * | traverseWithinFile (SgNode *basenode, DummyAttribute inheritedValue, t_traverseOrder travOrder=preandpostorder) |
|
void | traverseInputFiles (SgProject *projectNode, DummyAttribute inheritedValue, t_traverseOrder travOrder=preandpostorder) |
|
| SgTreeTraversal (const SgTreeTraversal &) |
|
const SgTreeTraversal & | operator= (const SgTreeTraversal &) |
|
|
virtual SynthesizedAttributeTypeList * | evaluateSynthesizedAttribute (SgNode *astNode, SynthesizedAttributesList synthesizedAttributes) |
|
virtual void | atTraversalEnd () |
|
virtual SynthesizedAttributeTypeList * | defaultSynthesizedAttribute () |
| Allows to provide a default value for a synthesized attribute of primitive type (e.g. More...
|
|
virtual void | atTraversalStart () |
| Function called at the start of the traversal, before any node is visited; override if necessary, the default implementation is a no-op.
|
|
virtual std::vector< SynthesizedAttributeType > * | evaluateSynthesizedAttribute (SgNode *, SynthesizedAttributesList)=0 |
| pure virtual function which must be implemented to compute the synthesized attribute at a node. More...
|
|
virtual void | setNodeSuccessors (SgNode *node, SuccessorsContainer &succContainer) |
|
void | set_useDefaultIndexBasedTraversal (bool) |
|