pub fn build_dead_code_graph(
prelude: &DeadCodeBackendPrelude<'_>,
resolved: &[ResolvedModule],
entry_points: &DeadCodeEntryPoints,
modules: &[ModuleInfo],
) -> DeadCodeGraphRunExpand description
Build the module graph for an engine-owned dead-code pipeline.