pub fn compute_pdg(tcx: TyCtxt<'_>, def_id: LocalDefId) -> DepGraph<'_>
Expand description
Computes a global program dependence graph (PDG) starting from the root function specified by def_id
.
pub fn compute_pdg(tcx: TyCtxt<'_>, def_id: LocalDefId) -> DepGraph<'_>
Computes a global program dependence graph (PDG) starting from the root function specified by def_id
.