com.android.dx.ssa
Class SetFactory
java.lang.Object
com.android.dx.ssa.SetFactory
public final class SetFactory
- extends Object
Makes int sets for various parts of the optimizer.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SetFactory
public SetFactory()
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.