Work-list entry for iterative dominance frontier calculation.
Declared in <llvm/Analysis/DominanceFrontierImpl.h>
template<class BlockT>
class DFCalculateWorkObject;
| Name | Description |
|---|---|
DomTreeNodeT | Dominator tree node type for BlockT. |
| Name | Description |
|---|---|
DFCalculateWorkObject [constructor] | Construct a work object for block B under parent P. |
| Name | Description |
|---|---|
Node | Dominator tree node for currentBB. |
currentBB | Current basic block being processed. |
parentBB | Parent basic block in the dominator tree, or null for the root. |
parentNode | Dominator tree node for parentBB, or null for the root. |