dialyzer_callgraph

Functions


new() -> term()

delete(Dialyzer_callgraph) -> term()

split_into_components(CG) -> term()

all_nodes(Dialyzer_callgraph) -> term()

lookup_rec_var(Label, Dialyzer_callgraph) -> term()

lookup_call_site(Label, Dialyzer_callgraph) -> term()

lookup_name(Label, Dialyzer_callgraph) -> term()

lookup_label(MFA, Dialyzer_callgraph) -> term()

in_neighbours(Label, CG) -> term()

is_self_rec(MfaOrLabel, Dialyzer_callgraph) -> term()

is_escaping(Label, Dialyzer_callgraph) -> term()

take_scc(CG) -> term()

remove_external(CG) -> term()

non_local_calls(Dialyzer_callgraph) -> term()

modules(Dialyzer_callgraph) -> term()

module_postorder(Dialyzer_callgraph) -> term()

finalize(CG) -> term()

reset_from_funs(Funs, CG) -> term()

module_postorder_from_funs(Funs, CG) -> term()

scan_core_tree(Tree, CG) -> term()

scan_icode(List, Callgraph) -> term()

to_dot(CG) -> term()

View Functions