Function come::ir::optimize::pass::topological_sort::topological_order_dfs

source ·
fn topological_order_dfs(
    graph: &BindedControlFlowGraph<'_, '_>,
    current_at: NodeIndex<usize>,
    visited: &mut Vec<NodeIndex<usize>>,
    result: &mut Vec<NodeIndex<usize>>
)