sway_ir::analysis::dominator

Function print_dot

Source
pub fn print_dot(
    context: &Context<'_>,
    func_name: &str,
    dom_tree: &DomTree,
) -> String
Expand description

Print dominator tree in the graphviz dot format.