Returns `true` if and only if no instructions have been added since the last call to [`switch_to_block`](Self::switch_to_block).
(&self, block: Block)
| 798 | /// Returns `true` if and only if no instructions have been added since the last call to |
| 799 | /// [`switch_to_block`](Self::switch_to_block). |
| 800 | fn is_pristine(&self, block: Block) -> bool { |
| 801 | self.func_ctx.status[block] == BlockStatus::Empty |
| 802 | } |
| 803 | |
| 804 | /// Returns `true` if and only if a terminator instruction has been inserted since the |
| 805 | /// last call to [`switch_to_block`](Self::switch_to_block). |
no outgoing calls
no test coverage detected