Get the function's entry block. This is simply the first block in the layout order.
(&self)
| 334 | /// Get the function's entry block. |
| 335 | /// This is simply the first block in the layout order. |
| 336 | pub fn entry_block(&self) -> Option<Block> { |
| 337 | self.first_block |
| 338 | } |
| 339 | |
| 340 | /// Get the last block in the layout. |
| 341 | pub fn last_block(&self) -> Option<Block> { |
no outgoing calls