Compute the loop analysis.
(&mut self)
| 318 | |
| 319 | /// Compute the loop analysis. |
| 320 | pub fn compute_loop_analysis(&mut self) { |
| 321 | self.loop_analysis |
| 322 | .compute(&self.func, &self.cfg, &self.domtree) |
| 323 | } |
| 324 | |
| 325 | /// Compute the control flow graph and dominator tree. |
| 326 | pub fn flowgraph(&mut self) { |