Function sway_ir::analysis::dominator::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.