Searched refs:SCCP (Results 1 – 13 of 13) sorted by relevance
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()
3 ; Test that SCCP has basic knowledge of when and/or nuke overdefined values.
1 ; This test shows a case where SCCP is incorrectly eliminating the PHI node
1 ; The PHI cannot be eliminated from this testcase, SCCP is mishandling invoke's!
1 ; This test shows SCCP "proving" that the loop (from bb6 to 14) loops infinitely
22 ; that SCCP gets right.
108 ; Make sure SCCP honors the xor "idiom"
1 ; Test VectorType handling by SCCP.2 ; SCCP ignores VectorTypes until PR 1034 is fixed
27 SCCP.cpp
29 SCCP.cpp \
1511 struct SCCP : public FunctionPass { struct1516 SCCP() : FunctionPass(ID) { in SCCP() argument1527 char SCCP::ID = 0;1528 INITIALIZE_PASS(SCCP, "sccp",1533 return new SCCP(); in createSCCPPass()1565 bool SCCP::runOnFunction(Function &F) { in runOnFunction()
2 ; that SCCP gets right, and when followed by ADCE, is completely eliminated