Home
last modified time | relevance | path

Searched refs:ADCE (Results 1 – 25 of 32) sorted by relevance

12

/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
DADCE.cpp34 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/
D2002-07-17-AssertionFailure.ll1 ; This testcase fails because ADCE does not correctly delete the chain of
D2002-05-28-Crash.ll2 ; removed but causes a problem when ADCE does. The source function is:
Ddebug-info-intrinsic.ll71 !1 = !DIFile(filename: "t.c", directory: "/path/to/test/Transforms/ADCE")
/external/swiftshader/third_party/LLVM/test/Transforms/ADCE/
D2002-07-17-AssertionFailure.ll1 ; This testcase fails because ADCE does not correctly delete the chain of
D2002-05-28-Crash.ll2 ; removed but causes a problem when ADCE does. The source function is:
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/ADCE/
D2002-07-17-AssertionFailure.ll1 ; This testcase fails because ADCE does not correctly delete the chain of
D2002-05-28-Crash.ll2 ; removed but causes a problem when ADCE does. The source function is:
Ddebug-info-intrinsic.ll71 !1 = !DIFile(filename: "t.c", directory: "/path/to/test/Transforms/ADCE")
/external/llvm/lib/Transforms/Scalar/
DCMakeLists.txt2 ADCE.cpp
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DCMakeLists.txt2 ADCE.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/swiftshader/third_party/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/SPIRV-Tools/
DCHANGES85 - #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/
DCHANGES64 - #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/
DLexicon.rst15 **ADCE**
/external/swiftshader/third_party/llvm-7.0/llvm/docs/
DLexicon.rst15 **ADCE**
DPasses.rst372 ADCE aggressively tries to eliminate code. This pass is similar to :ref:`DCE
/external/swiftshader/third_party/LLVM/
DAndroid.mk334 lib/Transforms/Scalar/ADCE.cpp \
DAndroid.bp364 "lib/Transforms/Scalar/ADCE.cpp",
DBUILD.gn394 "lib/Transforms/Scalar/ADCE.cpp",
/external/swiftshader/
DCMakeLists.txt602 ${LLVM_DIR}/lib/Transforms/Scalar/ADCE.cpp
1357 ${LLVM_DIR}/lib/Transforms/Scalar/ADCE.cpp
/external/swiftshader/third_party/llvm-7.0/
DAndroid.mk860 llvm/lib/Transforms/Scalar/ADCE.cpp \
DBUILD.gn1116 "llvm/lib/Transforms/Scalar/ADCE.cpp",

12