Home
last modified time | relevance | path

Searched refs:DEAD (Results 1 – 25 of 28) sorted by relevance

12

/external/llvm/test/Transforms/SimplifyCFG/
Dswitch_thread.ll2 ; RUN: not grep "call void @DEAD"
10 declare void @DEAD()
28 call void @DEAD( )
29 call void @DEAD( )
46 call void @DEAD( )
67 call void @DEAD( )
/external/llvm/test/Transforms/GVN/
Drle-must-alias.ll1 ; RUN: opt < %s -basicaa -gvn -S | grep "DEAD = phi i32 "
4 ; allows DEAD to be removed. This is PR3198.
6 ; The %7 and %4 loads combine to make %DEAD unneeded.
35 %DEAD = load i32, i32* %9, align 4 ; <i32> [#uses=1]
36 ret i32 %DEAD
Drle-semidominated.ll1 ; RUN: opt < %s -basicaa -gvn -S | grep "DEAD = phi i32 "
18 %DEAD = load i32, i32* %p
19 ret i32 %DEAD
Drle-nonlocal.ll18 ; CHECK: %DEAD = phi
20 %DEAD = load i32*, i32** %p
21 %c = load i32, i32* %DEAD
Drle.ll696 %DEAD = load i8**, i8*** %x, align 8
697 call void @use3(i8*** %x, i8** %DEAD) nounwind
700 ; CHECK-NOT: DEAD
/external/llvm/test/Transforms/DeadArgElim/
Ddeadretval2.ll2 ; RUN: cat %t | not grep DEAD
23 %DEAD = load i32, i32* @P ; <i32> [#uses=1]
24 ret i32 %DEAD
32 %DEAD = call i32 @foo( ) ; <i32> [#uses=1]
33 %DEAD2 = call i32 @id( i32 %DEAD ) ; <i32> [#uses=0]
Dmultdeadretval.ll14 %DEAD = call i16 @test4()
16 %B = insertvalue {i32,i16} %A, i16 %DEAD, 1
24 %DEAD = extractvalue {i16, i32} %ret, 0
52 %DEAD = extractvalue {i32, i16} %ret, 1
54 %LIVE2 = call i32 @test3(i16 %DEAD) ; <i32> [#uses=1]
Ddeadretval.ll1 ; RUN: opt < %s -deadargelim -S | not grep DEAD
9 %DEAD = call i32 @test( i32 %A ) ; <i32> [#uses=0]
D2008-06-23-DeadAfterLive.ll15 %DEAD = call i32 @test5()
/external/llvm/test/Transforms/GlobalDCE/
D2009-01-05-DeadAliases.ll3 ; RUN: FileCheck --check-prefix=DEAD %s < %t
9 ; DEAD-NOT: @D
/external/llvm/test/Transforms/DeadStoreElimination/
Dsimple.ll9 %DEAD = load i32, i32* %Q
10 store i32 %DEAD, i32* %P
158 ; %P doesn't escape, the DEAD instructions should be removed.
163 %DEAD = load i32, i32* %P
164 %DEAD2 = add i32 %DEAD, 1
179 %DEAD = load i32, i32 addrspace(1)* %P
180 %DEAD2 = add i32 %DEAD, 1
198 %DEAD = load i32, i32* %Q
199 store i32 %DEAD, i32* %P
Dfree.ll13 %DEAD = load i32, i32* %Q ; <i32> [#uses=1]
14 store i32 %DEAD, i32* %P
/external/replicaisland/src/com/replica/replicaisland/
DPlayerComponent.java58 DEAD, enumConstant
258 if (mInvincibleEndTime > 0.0f && (mInvincibleEndTime < gameTime || mState == State.DEAD)) { in update()
268 if (mState != State.DEAD && mState != State.WIN ) { in update()
302 case DEAD: in update()
445 mState = State.DEAD; in gotoDead()
/external/e2fsprogs/lib/blkid/tests/
Dfat.results3 UUID='DEAD-BEEF'
/external/llvm/test/CodeGen/PowerPC/
D2006-01-11-darwin-fp-argument.ll7 define double @bar(double %DEAD, double %X, double %Y) {
/external/bison/tests/
Dinput.at1577 [[%type <$1(DEAD %type)> exp
1578 %token <$1(DEAD %token)> a
1582 $<$1(DEAD %initial-action)>$
1587 $<$1(DEAD %printer)>$
1591 $1(DEAD %lex-param)
1595 $1(DEAD %parse-param)
1603 $<$1(DEAD action 1)>$
1604 $<$1(DEAD action 2)>1
1605 $<$1(DEAD action 3)>last
1606 $<$1(DEAD action 4)>0
Dtestsuite9656 %type <m4_errprintn(DEAD %type)> exp
9657 %token <m4_errprintn(DEAD %token)> a
9661 $<m4_errprintn(DEAD %initial-action)>$
9666 $<m4_errprintn(DEAD %printer)>$
9670 m4_errprintn(DEAD %lex-param)
9674 m4_errprintn(DEAD %parse-param)
9682 $<m4_errprintn(DEAD action 1)>$
9683 $<m4_errprintn(DEAD action 2)>1
9684 $<m4_errprintn(DEAD action 3)>last
9685 $<m4_errprintn(DEAD action 4)>0
[all …]
/external/llvm/test/CodeGen/X86/
Dlegalize-shift-64.ll73 store i64 1, i64* %t, align 8 ;; DEAD
/external/eigen/Eigen/src/OrderingMethods/
DEigen_Colamd.h116 #define DEAD (-1) macro
129 #define KILL_ROW(r) { Row [r].shared2.mark = DEAD ; }
/external/libnl/lib/route/
Droute_obj.c175 PRINT_FLAG(DEAD); in route_dump_line()
/external/libvncserver/x11vnc/
DChangeLog861 * -remap DEAD, etc. for dead/mute keys remappings.
DRELEASE-NOTES1341 -remap DEAD: shorthand for mapping many "dead" keysyms to their
DREADME6947 Update: for convenience "-remap DEAD" does many of these mappings
15696 As a convenience, "-remap DEAD" applies these remaps:
15712 label, e.g. "-remap DEAD=ga" to get the first two.
15714 e.g. "-remap DEAD=ga,Super_R-Button2". Finally,
15715 "DEAD=missing" means to apply all of the above as
/external/valgrind/VEX/orig_x86/
Dmanyfp.orig1331 . 436 805DEAD 8
/external/owasp/sanitizer/tools/findbugs/lib/
Dfindbugs.jarMETA-INF/ META-INF/MANIFEST.MF default.xsl edu/ edu/umd ...

12