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)
pub fn find_sccs_for_lowering(graph: &DependencyGraph) -> Vec<Vec<String>>Find SCCs for the lowering phase Returns SCCs in reverse topological order (dependencies first)