pub type BasicBlockId = Idx<BasicBlock>;Expand description
A typed handle into FlowChart’s block arena. Edges are lists of these; block 0 is the entry.
Aliased Type§
pub struct BasicBlockId { /* private fields */ }pub type BasicBlockId = Idx<BasicBlock>;A typed handle into FlowChart’s block arena. Edges are lists of these; block 0 is the entry.
pub struct BasicBlockId { /* private fields */ }