Searched refs:SCCP (Results 1 – 25 of 43) sorted by relevance
12
/external/swiftshader/third_party/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.
|
/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.
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/SCCP/ |
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 | overdefined-div.ll | 3 ; Test that SCCP has basic knowledge of when div can nuke overdefined values.
|
D | logical-nuke.ll | 3 ; Test that SCCP has basic knowledge of when and/or/mul nuke overdefined values.
|
D | 2002-05-21-InvalidSimplify.ll | 1 ; This test shows SCCP "proving" that the loop (from bb6 to 14) loops infinitely
|
D | preserve-analysis.ll | 4 ; Check CFG-only analysis are preserved by SCCP by running it between 2
|
D | sccptest.ll | 22 ; that SCCP gets right.
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/IPO/ |
D | CMakeLists.txt | 31 SCCP.cpp
|
/external/llvm/lib/Transforms/Scalar/ |
D | CMakeLists.txt | 45 SCCP.cpp
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/ |
D | CMakeLists.txt | 58 SCCP.cpp
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/LoopDeletion/ |
D | dcetest.ll | 2 ; that SCCP gets right, and when followed by ADCE, is completely eliminated
|
/external/llvm/test/Transforms/LoopDeletion/ |
D | dcetest.ll | 2 ; that SCCP gets right, and when followed by ADCE, is completely eliminated
|
/external/swiftshader/third_party/LLVM/test/Transforms/LoopDeletion/ |
D | dcetest.ll | 2 ; that SCCP gets right, and when followed by ADCE, is completely eliminated
|
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/ |
D | SCCP.cpp | 1685 struct SCCP : public FunctionPass { struct 1687 SCCP() : FunctionPass(ID) { in SCCP() argument 1698 char SCCP::ID = 0; 1699 INITIALIZE_PASS(SCCP, "sccp", 1704 return new SCCP(); in createSCCPPass() 1736 bool SCCP::runOnFunction(Function &F) { in runOnFunction()
|
/external/swiftshader/src/Reactor/ |
D | Nucleus.hpp | 41 SCCP = 8, enumerator
|
12