com.android.dx.ssa
Class DeadCodeRemover

java.lang.Object
  extended by com.android.dx.ssa.DeadCodeRemover

public class DeadCodeRemover
extends Object

A variation on Appel Algorithm 19.12 "Dead code elimination in SSA form". TODO this algorithm is more efficient if run in reverse from exit block to entry block.


Method Summary
static void process(SsaMethod ssaMethod)
          Process a method with the dead-code remver
 
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)
Process a method with the dead-code remver

Parameters:
ssaMethod - method to process


Copyright © 2013. All Rights Reserved.