Function sway_ir::analysis::dominator::compute_dom_tree
source · pub fn compute_dom_tree(
context: &Context,
function: &Function
) -> (DomTree, PostOrder)
Expand description
Compute the dominator tree for the CFG.