Module cranelift_codegen::dominator_tree

source ·
Expand description

A Dominator Tree represented as mappings of Blocks to their immediate dominator.

Structs§

  • An iterator that enumerates the direct children of a block in the dominator tree.
  • The dominator tree for a single function.
  • Optional pre-order information that can be computed for a dominator tree.