Type Definition sway_ir::analysis::dominator::DomTree

source ·
pub type DomTree = FxHashMap<Block, DomTreeNode>;

Trait Implementations§