Expand description
Loop detection, nesting depth, and induction variable analysis.
Detects natural loops by finding back edges in the CFG, then determines loop bodies, nesting relationships, and identifies simple induction variables for optimization.
Structsยง
- Loop
Info - Result of loop analysis.
- Natural
Loop - A natural loop in the CFG.