Type Definition cranelift_codegen::flowgraph::SuccIter

source ·
pub type SuccIter<'a> = SetIter<'a, Ebb>;
Expand description

An iterator over EBB successors. The iterator type is Ebb.