pub fn lowered_scc_representative<'db>(
db: &'db dyn Database,
function: ConcreteFunctionWithBodyId<'db>,
dependency_type: DependencyType,
stage: LoweringStage,
) -> ConcreteSCCRepresentative<'db>Expand description
Query implementation of crate::db::LoweringGroup::lowered_scc_representative.