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