Type Alias flux_refineck::ghost_statements::EdgeMap

source ·
type EdgeMap = FxHashMap<BasicBlock, FxHashMap<BasicBlock, Vec<GhostStatement>>>;

Aliased Type§

struct EdgeMap { /* private fields */ }