Class SetFactory
java.lang.Object
com.android.dx.ssa.SetFactory
Makes int sets for various parts of the optimizer.
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionstatic IntSetmakeInterferenceSet(int countRegs) Make IntSet for the interference graph sets.
- 
Constructor Details- 
SetFactorypublic SetFactory()
 
- 
- 
Method Details- 
makeInterferenceSetMake 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
 
 
-