Access to the BlockLoweringOrder object.
(&self)
| 320 | |
| 321 | /// Access to the BlockLoweringOrder object. |
| 322 | pub fn block_order(&self) -> &BlockLoweringOrder { |
| 323 | &self.vcode.block_order |
| 324 | } |
| 325 | |
| 326 | /// Set the current block as the entry block. |
| 327 | pub fn set_entry(&mut self, block: BlockIndex) { |
no outgoing calls
no test coverage detected