Number of blocks (vertices).
(&self)
| 155 | pub serialized_size: u32, |
| 156 | /// Number of constants in the block (1 for standalone constants). |
| 157 | pub const_count: u32, |
| 158 | /// Substitution-node visits (`instantiate_rev`) checking this block — the |
| 159 | /// dominant reduction-volume cost driver. Recorded when profiled with op |
| 160 | /// counters enabled; 0 otherwise. |
| 161 | pub subst: u64, |
| 162 | /// `whnf` entries checking this block (counted before cache probes). |