Trait sway_ir::pass_manager::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§