Trait sway_ir::pass_manager::PassScope
source · pub trait PassScope {
// Required method
fn get_arena_idx(&self) -> Index;
}
Expand description
Program scope over which a pass executes.
pub trait PassScope {
// Required method
fn get_arena_idx(&self) -> Index;
}
Program scope over which a pass executes.