com.android.dx.ssa
Class SCCP

java.lang.Object
  extended by 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
 

Method Detail

process

public static void process(SsaMethod ssaMethod)
Performs sparse conditional constant propagation on a method.

Parameters:
ssaMethod - Method to process


Copyright © 2015. All rights reserved.