Package | Description |
---|---|
soot |
Base Soot classes, shared by different intermediate representations.
|
soot.baf.toolkits.base |
A toolkit to optimize the Baf IR.
|
Class and Description |
---|
LoadStoreOptimizer |
PeepholeOptimizer
Driver class to run peepholes on the Baf IR.
|
StoreChainOptimizer
Due to local packing, we may have chains of assignments to the same local.
|
Class and Description |
---|
LoadStoreOptimizer |
Peephole
Interface to be implemented by peepholes acting on the Baf IR.
|
PeepholeOptimizer
Driver class to run peepholes on the Baf IR.
|
StoreChainOptimizer
Due to local packing, we may have chains of assignments to the same local.
|