sway_ir::analysis

Module call_graph

Source

Functions§

build_call_graph
Build call graph considering all providing functions.
callee_first_order
Given a call graph, return reverse topological sort (post order traversal), i.e., If A calls B, then B occurs before A in the returned Vec.

Type Aliases§

CallGraph