Searched refs:SCCP (Results 1 – 16 of 16) sorted by relevance
/external/dexmaker/src/dx/java/com/android/dx/ssa/ |
D | Optimizer.java | 37 MOVE_PARAM_COMBINER, SCCP, LITERAL_UPGRADE, CONST_COLLECTOR, enumConstant 159 if (steps.contains(OptionalStep.SCCP)) { in runSsaFormSteps() 160 SCCP.process(ssaMeth); in runSsaFormSteps()
|
D | SCCP.java | 40 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/ |
D | logical-nuke.ll | 3 ; Test that SCCP has basic knowledge of when and/or nuke overdefined values.
|
D | 2002-05-20-MissedIncomingValue.ll | 1 ; This test shows a case where SCCP is incorrectly eliminating the PHI node
|
D | 2003-08-26-InvokeHandling.ll | 1 ; The PHI cannot be eliminated from this testcase, SCCP is mishandling invoke's!
|
D | 2002-05-21-InvalidSimplify.ll | 1 ; This test shows SCCP "proving" that the loop (from bb6 to 14) loops infinitely
|
D | sccptest.ll | 22 ; that SCCP gets right.
|
D | 2006-12-04-PackedType.ll | 1 ; Test VectorType handling by SCCP. 2 ; SCCP ignores VectorTypes until PR 1034 is fixed
|
D | undef-resolve.ll | 108 ; Make sure SCCP honors the xor "idiom"
|
/external/llvm/lib/Transforms/Scalar/ |
D | CMakeLists.txt | 38 SCCP.cpp
|
D | Android.mk | 40 SCCP.cpp \
|
D | SCCP.cpp | 1506 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/ |
D | dcetest.ll | 2 ; that SCCP gets right, and when followed by ADCE, is completely eliminated
|
/external/llvm/docs/ |
D | Lexicon.rst | 209 **SCCP**
|
D | Passes.rst | 380 is similar to :ref:`SCCP <passes-sccp>`, except applied to the liveness of
|
/external/llvm/patches/ |
D | 0004-Add-Android-makefiles-for-LLVM.patch | 3471 + SCCP.cpp \
|