Type Alias debris_llir::opt::NodeId

source ·
pub type NodeId = (BlockId, usize);
Expand description

The optimizer can uniquely identify each node with this type