Searched refs:SCCP (Results 1 – 4 of 4) sorted by relevance
1 This tests various aspects of the SCCP pass for correctness, and to
37 MOVE_PARAM_COMBINER, SCCP, LITERAL_UPGRADE, CONST_COLLECTOR, enumConstant159 if (steps.contains(OptionalStep.SCCP)) { in runSsaFormSteps()160 SCCP.process(ssaMeth); in runSsaFormSteps()
40 public class SCCP { class70 private SCCP(SsaMethod ssaMeth) { in SCCP() method in SCCP92 new SCCP(ssaMethod).run(); in process()
35 import com.android.dx.ssa.SCCP;