Access the constants.
(&mut self)
| 410 | |
| 411 | /// Access the constants. |
| 412 | pub fn constants(&mut self) -> &mut VCodeConstants { |
| 413 | &mut self.vcode.constants |
| 414 | } |
| 415 | |
| 416 | fn compute_preds_from_succs(&mut self) { |
| 417 | // Do a linear-time counting sort: first determine how many |
no outgoing calls
no test coverage detected