sway_ir::pass_manager

Trait PassScope

Source
pub trait PassScope {
    // Required method
    fn get_arena_idx(&self) -> DefaultKey;
}
Expand description

Program scope over which a pass executes.

Required Methods§

Implementors§