Package com.android.dx.ssa
Class SetFactory
java.lang.Object
com.android.dx.ssa.SetFactory
Makes int sets for various parts of the optimizer.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic IntSet
makeInterferenceSet
(int countRegs) Make IntSet for the interference graph sets.
-
Constructor Details
-
SetFactory
public SetFactory()
-
-
Method Details
-
makeInterferenceSet
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
-