com.android.dx.ssa
Class SCCP
java.lang.Object
com.android.dx.ssa.SCCP
public class SCCP
- extends Object
A small variant of Wegman and Zadeck's Sparse Conditional Constant
Propagation algorithm.
|
Method Summary |
static void |
process(SsaMethod ssaMethod)
Performs sparse conditional constant propagation on a method. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
process
public static void process(SsaMethod ssaMethod)
- Performs sparse conditional constant propagation on a method.
- Parameters:
ssaMethod - Method to process
Copyright © 2013. All Rights Reserved.