Module sway_ir::analysis::call_graph
source · Functions
Build call graph considering all providing functions.
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.