Searched refs:SCCP (Results 1 – 3 of 3) sorted by relevance
36 MOVE_PARAM_COMBINER, SCCP, LITERAL_UPGRADE, CONST_COLLECTOR, enumConstant158 if (steps.contains(OptionalStep.SCCP)) { in runSsaFormSteps()159 SCCP.process(ssaMeth); in runSsaFormSteps()
39 public class SCCP { class69 private SCCP(SsaMethod ssaMeth) { in SCCP() method in SCCP91 new SCCP(ssaMethod).run(); in process()
1 This tests various aspects of the SCCP pass for correctness, and to