Struct sway_ir::analysis::dominator::DomTreeNode
source · Expand description
Represents a node in the dominator tree.
Fields§
§parent: Option<Block>
The immediate dominator of self.
children: Vec<Block>
The blocks that self immediately dominates.