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

Returns a node ordering with callee nodes behind caller nodes.