pub fn create_top_down_worklist(graph: &Graph<'_>) -> Vec<NodeIndex>
Expand description

Returns a node ordering with caller nodes behind callee nodes.