See: Description
| Class | Description |
|---|---|
| CriticalEdgeRemover |
removes all critical edges.
A critical edge is an edge from Block A to block B, if B has more than one predecessor and A has more the one successor. |
| LoopConditionUnroller |
"unrolls" the condition of while/for loops.
before the first test of a while-loop, we can't be sure, if the body will be taken or not, and several optimizations (especially LCM) can't be done. |
Copyright © 2024 Soot OSS. All rights reserved.