Skip to main content

find_sccs_for_lowering

Function find_sccs_for_lowering 

Source
pub fn find_sccs_for_lowering(graph: &DependencyGraph) -> Vec<Vec<String>>
Expand description

Find SCCs for the lowering phase Returns SCCs in reverse topological order (dependencies first)