Home
last modified time | relevance | path

Searched refs:SCCP (Results 1 – 16 of 16) 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.
D2006-12-04-PackedType.ll1 ; Test VectorType handling by SCCP.
2 ; SCCP ignores VectorTypes until PR 1034 is fixed
Dundef-resolve.ll108 ; Make sure SCCP honors the xor "idiom"
/external/llvm/lib/Transforms/Scalar/
DCMakeLists.txt38 SCCP.cpp
DAndroid.mk40 SCCP.cpp \
DSCCP.cpp1506 struct SCCP : public FunctionPass { struct
1511 SCCP() : FunctionPass(ID) { in SCCP() function
1522 char SCCP::ID = 0;
1523 INITIALIZE_PASS(SCCP, "sccp",
1528 return new SCCP(); in createSCCPPass()
1560 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
/external/llvm/docs/
DLexicon.rst209 **SCCP**
DPasses.rst380 is similar to :ref:`SCCP <passes-sccp>`, except applied to the liveness of
/external/llvm/patches/
D0004-Add-Android-makefiles-for-LLVM.patch3471 + SCCP.cpp \