decompiler
1.0.0
|
A range of nodes (within the weak topological ordering) that are iterated together. More...
#include <rangeutil.hh>
Public Member Functions | |
Partition (void) | |
Construct empty partition. | |
Private Attributes | |
ValueSet * | startNode |
Starting node of component. | |
ValueSet * | stopNode |
Ending node of component. | |
bool | isDirty |
Set to true if a node in this component has changed this iteration. | |
Friends | |
class | ValueSetSolver |
A range of nodes (within the weak topological ordering) that are iterated together.