pub trait PassScope {
// Required method
fn get_arena_idx(&self) -> DefaultKey;
}
Expand description
Program scope over which a pass executes.
pub trait PassScope {
// Required method
fn get_arena_idx(&self) -> DefaultKey;
}
Program scope over which a pass executes.