Subclass of DDGNode representing the root node of the graph. There should only be one such node in a given graph.
Synopsis
Declared in <llvm/Analysis/DDG.h>
class RootDDGNode
: public DDGNode
Base Classes
Name |
Description |
Node in a data dependence graph. |
Type Aliases
Name |
Description |
List of instruction pointers associated with a DDG node. |
Enums
Name |
Description |
Kind of node stored in a DDG. |
Member Functions
Name |
Description |
|
Constructors |
|
Destroy this root DDG node. |
Assignment operators |
|
Collect this node's instructions that satisfy |
|
Getter for the kind of this node. |
Static Member Functions
Name |
Description |
|
Protected Member Functions
Name |
Description |
Setter for the kind of this node. |
Non-Member Functions
Name |
Description |
Return true if nodes |
|
Compare nodes |
Created with MrDocs