Home
last modified time | relevance | path

Searched refs:SCCP (Results 1 – 13 of 13) sorted by relevance

/external/dexmaker/src/dx/java/com/android/dx/ssa/
DOptimizer.java37 MOVE_PARAM_COMBINER, SCCP, LITERAL_UPGRADE, CONST_COLLECTOR, enumConstant
159 if (steps.contains(OptionalStep.SCCP)) { in runSsaFormSteps()
160 SCCP.process(ssaMeth); in runSsaFormSteps()
DSCCP.java40 public class SCCP { class
70 private SCCP(SsaMethod ssaMeth) { in SCCP() method in SCCP
92 new SCCP(ssaMethod).run(); in process()
/external/llvm/test/Transforms/SCCP/
Dlogical-nuke.ll3 ; Test that SCCP has basic knowledge of when and/or nuke overdefined values.
D2002-05-20-MissedIncomingValue.ll1 ; This test shows a case where SCCP is incorrectly eliminating the PHI node
D2003-08-26-InvokeHandling.ll1 ; The PHI cannot be eliminated from this testcase, SCCP is mishandling invoke's!
D2002-05-21-InvalidSimplify.ll1 ; This test shows SCCP "proving" that the loop (from bb6 to 14) loops infinitely
Dsccptest.ll22 ; that SCCP gets right.
Dundef-resolve.ll108 ; Make sure SCCP honors the xor "idiom"
D2006-12-04-PackedType.ll1 ; Test VectorType handling by SCCP.
2 ; SCCP ignores VectorTypes until PR 1034 is fixed
/external/llvm/lib/Transforms/Scalar/
DCMakeLists.txt27 SCCP.cpp
DAndroid.mk29 SCCP.cpp \
DSCCP.cpp1511 struct SCCP : public FunctionPass { struct
1516 SCCP() : FunctionPass(ID) { in SCCP() argument
1527 char SCCP::ID = 0;
1528 INITIALIZE_PASS(SCCP, "sccp",
1533 return new SCCP(); in createSCCPPass()
1565 bool SCCP::runOnFunction(Function &F) { in runOnFunction()
/external/llvm/test/Transforms/LoopDeletion/
Ddcetest.ll2 ; that SCCP gets right, and when followed by ADCE, is completely eliminated