com.android.dx.ssa
Class SetFactory

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

public final class SetFactory
extends Object

Makes int sets for various parts of the optimizer.


Constructor Summary
SetFactory()
           
 
Method Summary
static IntSet makeInterferenceSet(int countRegs)
          Make IntSet for the interference graph sets.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SetFactory

public SetFactory()
Method Detail

makeInterferenceSet

public static IntSet makeInterferenceSet(int countRegs)
Make IntSet for the interference graph sets. Public because InterferenceGraph is in another package.

Parameters:
countRegs - >=0; count of SSA registers used in method
Returns:
non-null; appropriate set


Copyright © 2015. All rights reserved.