flowistry_pdg_construction::construct

Type Alias PdgCache

Source
pub type PdgCache<'tcx> = Rc<Cache<Instance<'tcx>, PartialGraph<'tcx>>>;
Expand description

Stores PDG’s we have already computed and which we know we can use again given a certain key.

Aliased Type§

struct PdgCache<'tcx> { /* private fields */ }