Searched refs:ADCE (Results 1 – 25 of 32) sorted by relevance
12
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/ |
D | ADCE.cpp | 34 struct ADCE : public FunctionPass { struct 36 ADCE() : FunctionPass(ID) { in ADCE() argument 49 char ADCE::ID = 0; 50 INITIALIZE_PASS(ADCE, "adce", "Aggressive Dead Code Elimination", false, false) 52 bool ADCE::runOnFunction(Function& F) { in runOnFunction() 96 return new ADCE(); in createAggressiveDCEPass()
|
/external/llvm/test/Transforms/ADCE/ |
D | 2002-07-17-AssertionFailure.ll | 1 ; This testcase fails because ADCE does not correctly delete the chain of
|
D | 2002-05-28-Crash.ll | 2 ; removed but causes a problem when ADCE does. The source function is:
|
D | debug-info-intrinsic.ll | 71 !1 = !DIFile(filename: "t.c", directory: "/path/to/test/Transforms/ADCE")
|
/external/swiftshader/third_party/LLVM/test/Transforms/ADCE/ |
D | 2002-07-17-AssertionFailure.ll | 1 ; This testcase fails because ADCE does not correctly delete the chain of
|
D | 2002-05-28-Crash.ll | 2 ; removed but causes a problem when ADCE does. The source function is:
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/ADCE/ |
D | 2002-07-17-AssertionFailure.ll | 1 ; This testcase fails because ADCE does not correctly delete the chain of
|
D | 2002-05-28-Crash.ll | 2 ; removed but causes a problem when ADCE does. The source function is:
|
D | debug-info-intrinsic.ll | 71 !1 = !DIFile(filename: "t.c", directory: "/path/to/test/Transforms/ADCE")
|
/external/llvm/lib/Transforms/Scalar/ |
D | CMakeLists.txt | 2 ADCE.cpp
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/ |
D | CMakeLists.txt | 2 ADCE.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/swiftshader/third_party/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/SPIRV-Tools/ |
D | CHANGES | 85 - #1984: Better handling of OpUnreachable in ADCE. 87 - #1956: Handled atomic operations in ADCE. 89 - #2019: Handle MemberDecorateStringGOOGLE in ADCE and strip reflect. 413 - Aggressive dead code elimination (ADCE) now removes dead functions and
|
/external/deqp-deps/SPIRV-Tools/ |
D | CHANGES | 64 - #1984: Better handling of OpUnreachable in ADCE. 66 - #1956: Handled atomic operations in ADCE. 68 - #2019: Handle MemberDecorateStringGOOGLE in ADCE and strip reflect. 392 - Aggressive dead code elimination (ADCE) now removes dead functions and
|
/external/llvm/docs/ |
D | Lexicon.rst | 15 **ADCE**
|
/external/swiftshader/third_party/llvm-7.0/llvm/docs/ |
D | Lexicon.rst | 15 **ADCE**
|
D | Passes.rst | 372 ADCE aggressively tries to eliminate code. This pass is similar to :ref:`DCE
|
/external/swiftshader/third_party/LLVM/ |
D | Android.mk | 334 lib/Transforms/Scalar/ADCE.cpp \
|
D | Android.bp | 364 "lib/Transforms/Scalar/ADCE.cpp",
|
D | BUILD.gn | 394 "lib/Transforms/Scalar/ADCE.cpp",
|
/external/swiftshader/ |
D | CMakeLists.txt | 602 ${LLVM_DIR}/lib/Transforms/Scalar/ADCE.cpp 1357 ${LLVM_DIR}/lib/Transforms/Scalar/ADCE.cpp
|
/external/swiftshader/third_party/llvm-7.0/ |
D | Android.mk | 860 llvm/lib/Transforms/Scalar/ADCE.cpp \
|
D | BUILD.gn | 1116 "llvm/lib/Transforms/Scalar/ADCE.cpp",
|
12