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

Print dominator tree in the graphviz dot format.