Home
last modified time | relevance | path

Searched refs:dead (Results 1 – 25 of 244) sorted by relevance

12345678910

/external/clang/test/CodeGen/
Dswitch-dce.c13 void dead();
22 dead(); in test1()
36 dead(); in test2()
55 dead(); in test3()
74 dead(); in test4()
103 dead(); in test6()
106 dead(); in test6()
122 dead(); in test7()
142 dead(); in test8()
161 dead(); in test9()
[all …]
/external/clang/test/Sema/
Dwarn-unreachable.c7 int dead();
33 dead(); // expected-warning {{will never be executed}} in test2()
37 dead(); // expected-warning {{will never be executed}} in test2()
43 dead(); in test2()
54 dead(); // expected-warning {{will never be executed}} in test2()
68 dead(); // expected-warning {{will never be executed}} in test2()
71 dead(); in test2()
81 dead(); // expected-warning {{will never be executed}} in test2()
91 dead() : dead(); in test2()
/external/valgrind/docs/internals/
Dtm-mutexstates.dot6 dead;
9 dead -> free [ label="initialized" ];
14 free -> dead [ label="destroyed" ];
17 dead -> locked [ style=dotted, label="locked\nafter destroy" ];
18 dead -> free [ style=dotted, label="unlocked\nafter destroy" ];
21 locked -> dead [ style=dotted, label="destroyed\nwhile locked" ];
Dtm-threadstates.dot9 dead;
13 dead -> alive [ label="reused" ];
19 zombie -> dead [ label="join completed" ];
20 running -> dead [ label="detached thread\nterminates" ];
31 wait_mutex -> dead [ style=dotted, label="thread dies\nwaiting" ];
36 wait_condvar -> dead [ style=dotted, label="thread dies\nwaiting" ];
41 wait_join -> dead [ style=dotted, label="thread dies\nwaiting" ];
46 dead -> running [ style=dotted, label="unholy\nresurrection" ];
/external/llvm/test/CodeGen/X86/
Dremat-phys-dead.ll5 ; super- or sub-register as dead after this rematerialization since only the
12 ; CHECK: Remat: %EAX<def,dead> = MOV32r0 %EFLAGS<imp-def,dead>, %AL<imp-def>
16 ; marking the definition register as dead.
21 ; CHECK: Remat: %EAX<def> = MOV32r0 %EFLAGS<imp-def,dead>
D2010-04-08-CoalescerBug.ll4 ; Do not delete partially dead copy instructions.
5 ; %RDI<def,dead> = MOV64rr %RAX<kill>, %EDI<imp-def>
6 ; REP_MOVSD %ECX<imp-def,dead>, %EDI<imp-def,dead>, %ESI<imp-def,dead>, %ECX<imp-use,kill>, %EDI<im…
Dhandle-move.ll10 ; Here sinking a kill + dead def:
11 ; 144B -> 180B: DIV32r %vreg4, %EAX<imp-def>, %EDX<imp-def,dead>, %EFLAGS<imp-def,dead>, %EAX<imp-u…
28 ; 144B -> 180B: DIV32r %vreg4, %EAX<imp-def,dead>, %EDX<imp-def>, %EFLAGS<imp-def,dead>, %EAX<imp-u…
61 ; Move EFLAGS dead def across another def:
62 ; handleMove 208B -> 36B: %EDX<def> = MOV32r0 %EFLAGS<imp-def,dead>
D2011-10-11-SpillDead.ll9 ; The asm has a dead output tied to %x.
10 ; Verify that the spiller creates a value number for that dead def.
/external/clang/test/Preprocessor/
Dmacro_paste_msextensions.c12 #define comment /##/ dead tokens live here
19 #define nested(x) int x comment cute little dead tokens...
21 nested(baz) rise of the dead tokens
/external/elfutils/src/libdwfl/
Ddwfl_end.c47 Dwfl_Module *dead = next; in dwfl_end() local
48 next = dead->next; in dwfl_end()
49 __libdwfl_module_free (dead); in dwfl_end()
/external/clang/test/Analysis/
Ddead-stores.m40 // we don't warn about a dead store because 'nil' is assigned to
64 // Don't flag dead stores to assignments to self within a nested assignment.
80 // Don't flag dead stores when a variable is captured in a block used
115 __attribute__((objc_precise_lifetime)) id dead = test_objc_precise_lifetime_foo(); // no-warning
116 dead = 0;
117 dead = test_objc_precise_lifetime_foo(); // no-warning
118 dead = 0;
/external/clang/test/SemaCXX/
Dwarn-unreachable.cpp5 int dead();
35 dead(); // expected-warning {{will never be executed}} in test2()
46 dead() : dead(); in test3()
107 dead(); // expected-warning {{will never be executed}} in funcToSpecialize()
/external/webrtc/src/system_wrappers/source/
Dthread_posix.cc301 bool dead = false; in Stop() local
305 dead = _dead; in Stop()
310 for (int i = 0; i < 1000 && !dead; i++) in Stop()
318 dead = _dead; in Stop()
321 if (dead) in Stop()
/external/llvm/test/CodeGen/PowerPC/
Ddelete-node.ll3 ; The DAGCombiner leaves behind a dead node in this testcase. Currently
4 ; ISel is ignoring dead nodes, though it would be preferable for
5 ; DAGCombiner to be able to eliminate the dead node.
Dand_add.ll9 ;; dead, no demanded bits.
11 ;; dead once add is gone.
/external/ipsec-tools/src/racoon/
Dschedule.c90 if (p->dead) in schedular()
100 p->dead = 1; in schedular()
148 new->dead = 0;
201 sc->dead = 1;
215 if (!sc->dead) {
/external/llvm/test/Transforms/DeadArgElim/
Dbasictest.ll3 ; test - an obviously dead argument
10 ; dead argument.
17 ; evenhardertest - recursive dead argument...
D2007-02-07-FuncRename.ll2 ; RUN: opt < %s -deadargelim -S | not grep dead
4 define internal i32 @test(i32 %X, i32 %dead) {
Dreturned.ll5 ; sanity check that the argument and return value are both dead
12 ; do not keep alive the return value of a function with a dead 'returned' argument
22 ; sanity check that return value is dead
D2008-06-23-DeadAfterLive.ll13 ; marking @test5's return value dead because only this call is unused.
14 define i32 @dead() {
/external/llvm/test/CodeGen/AArch64/
Darm64-dead-register-def-bug.ll3 ; Check that the dead register definition pass is considering implicit defs.
5 ; with dead defs, but live implicit-defs of subregs:
6 ; E.g. %X1<def, dead> = MOVi64imm 2, %W1<imp-def>; %X1:GPR64, %W1:GPR32
/external/llvm/test/Transforms/ADCE/
D2002-07-17-AssertionFailure.ll2 ; three instructions that are dead here. Ironically there were a dead basic
/external/clang/test/SemaObjC/
Dwarn-unreachable.m56 …never be executed}} expected-note {{silence by adding parentheses to mark code as explicitly dead}}
59 if (YES) // expected-note {{silence by adding parentheses to mark code as explicitly dead}}
69 if (!YES) // expected-note {{silence by adding parentheses to mark code as explicitly dead}}
/external/llvm/test/Transforms/LoopStrengthReduce/
Dops_after_indvar.ll1 ; Check that this test makes INDVAR and related stuff dead, because P[indvar]
2 ; gets reduced, making INDVAR dead.
/external/linux-tools-perf/src/tools/perf/util/
Dthread.h20 bool dead; /* if set thread has exited */ member
33 thread->dead = true; in thread__exited()

12345678910