Get the number of blocks. Block indices will be in the range `0 .. (self.num_blocks() - 1)`.
(&self)
| 657 | /// Get the number of blocks. Block indices will be in the range `0 .. |
| 658 | /// (self.num_blocks() - 1)`. |
| 659 | pub fn num_blocks(&self) -> usize { |
| 660 | self.block_ranges.len() |
| 661 | } |
| 662 | |
| 663 | /// The number of lowered instructions. |
| 664 | pub fn num_insts(&self) -> usize { |
no test coverage detected