Home
last modified time | relevance | path

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

12

/external/swiftshader/third_party/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.
/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.
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/SCCP/
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!
Doverdefined-div.ll3 ; Test that SCCP has basic knowledge of when div can nuke overdefined values.
Dlogical-nuke.ll3 ; Test that SCCP has basic knowledge of when and/or/mul nuke overdefined values.
D2002-05-21-InvalidSimplify.ll1 ; This test shows SCCP "proving" that the loop (from bb6 to 14) loops infinitely
Dpreserve-analysis.ll4 ; Check CFG-only analysis are preserved by SCCP by running it between 2
Dsccptest.ll22 ; that SCCP gets right.
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/IPO/
DCMakeLists.txt31 SCCP.cpp
/external/llvm/lib/Transforms/Scalar/
DCMakeLists.txt45 SCCP.cpp
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DCMakeLists.txt58 SCCP.cpp
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/LoopDeletion/
Ddcetest.ll2 ; that SCCP gets right, and when followed by ADCE, is completely eliminated
/external/llvm/test/Transforms/LoopDeletion/
Ddcetest.ll2 ; that SCCP gets right, and when followed by ADCE, is completely eliminated
/external/swiftshader/third_party/LLVM/test/Transforms/LoopDeletion/
Ddcetest.ll2 ; that SCCP gets right, and when followed by ADCE, is completely eliminated
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
DSCCP.cpp1685 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/
DNucleus.hpp41 SCCP = 8, enumerator

12