Searched
full:dead (Results
251 -
275 of
1683) sorted by null
<<11121314151617181920>>
/external/chromium_org/mojo/system/ |
BUILD.gn | 93 # hopefully be dead-stripped.
|
/external/chromium_org/ppapi/native_client/tools/browser_tester/browsertester/ |
browserprocess.py | 45 # If it is already dead, then it's ok.
|
/external/chromium_org/sandbox/linux/services/ |
init_process_reaper.cc | 45 // once all of our childs are dead. Since we're init we need to reap childs
|
/external/chromium_org/third_party/WebKit/public/platform/ |
WebDiscardableMemory.h | 59 // WebDiscardableMemory is effectively dead.
|
/external/chromium_org/third_party/jinja2/ |
optimizer.py | 36 """Eliminate dead code."""
|
/external/chromium_org/third_party/mesa/src/docs/ |
relnotes-8.0.html | 73 <li>Removed the dead Gallium i965, cell and failover drivers, which were
|
/external/chromium_org/third_party/mesa/src/src/glsl/ |
ir_variable_refcount.cpp | 94 * dead-code eliminate them, so just accept the body here.
|
/external/chromium_org/v8/test/mjsunit/ |
regexp-global.js | 179 "deadbeef".replace(/(dead)beef/, "$1holeycow"); 184 assertEquals("dead", RegExp["$1"]); 198 "deadbeef".replace(/(dead)beef/, "$1holeycow"); 207 assertEquals("dead", RegExp["$1"]);
|
/external/chromium_org/v8/test/mjsunit/regress/ |
regress-2987.js | 28 // Flags: --allow-natives-syntax --dead-code-elimination
|
/external/chromium_org/v8/test/webkit/ |
dfg-array-dead.js | 25 "Tests that an array being dead does not result in register allocation failures."
|
dfg-cfg-simplify-redundant-dead-get-local.js | 25 "Tests if the CFG simplifier gracefully handles the case where Block #1 and #2 are merged, #1 has a dead GetLocal, and #2 has a live GetLocal on the same local."
|
dfg-dead-min-two-args.js | 25 "Tests that a dead use of Math.min(a,b) at least speculates that its arguments are indeed numbers."
|
/external/clang/lib/StaticAnalyzer/Checkers/ |
UnreachableCodeChecker.cpp | 1 //==- UnreachableCodeChecker.cpp - Generalized dead code checker -*- C++ -*-==// 168 B.EmitBasicReport(D, this, "Unreachable code", "Dead code", 173 // Recursively finds the entry point(s) for this dead CFGBlock. 209 // already marked only the entry points to any dead code, so we need only to
|
/external/e2fsprogs/lib/ss/ |
ss.h | 20 * Let no one say political correctness isn't dead....
|
/external/kernel-headers/original/uapi/linux/ |
atmmpc.h | 106 #define DATA_PLANE_PURGE 208 /* Data plane purge because of egress cache hit miss or dead MPS */
|
/external/linux-tools-perf/perf-3.12.0/tools/perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace/ |
Core.py | 99 64: "DEAD"
|
/external/llvm/include/llvm/CodeGen/ |
LinkAllCodegenComponents.h | 28 // delete it all as dead code, even with whole program optimization,
|
/external/llvm/include/llvm/Transforms/Utils/ |
SimplifyLibCalls.h | 44 /// and the given instruction is dead.
|
/external/llvm/test/CodeGen/X86/ |
misched-copy.ll | 13 ; CHECK-NEXT: MUL32r %vreg{{[0-9]+}}, %EAX<imp-def>, %EDX<imp-def>, %EFLAGS<imp-def,dead>, %EAX<imp-use>;
|
phys_subreg_coalesce-3.ll | 7 ; 336L %vreg15<def> = SAR32rCL %vreg15, %EFLAGS<imp-def,dead>, %CL<imp-use,kill>; GR32:%vreg15
|
/external/llvm/test/DebugInfo/ARM/ |
selectiondag-deadcode.ll | 11 ; When this (partially) dead use gets eliminated (and thus the def
|
/external/llvm/test/Object/ |
nm-darwin-m.test | 11 test1: 0000000a (__DATA,__data) non-external [no dead strip] _d
|
/external/llvm/test/Transforms/LoopRotate/ |
preserve-loop-simplify.ll | 37 ; Dead!
|
/external/mesa3d/docs/ |
relnotes-8.0.html | 73 <li>Removed the dead Gallium i965, cell and failover drivers, which were
|
/external/mesa3d/src/glsl/ |
ir_variable_refcount.cpp | 94 * dead-code eliminate them, so just accept the body here.
|
Completed in 1057 milliseconds
<<11121314151617181920>>