Type Definition sway_ir::analysis::dominator::DomFronts

source ·
pub type DomFronts = FxHashMap<Block, FxHashSet<Block>>;

Trait Implementations§