HomeSort by relevance Sort by last modified time
    Searched full:dead (Results 351 - 375 of 1737) sorted by null

<<11121314151617181920>>

  /external/chromium_org/v8/test/mjsunit/compiler/
dead-loops-neg.js 30 // Presents negative opportunities for dead loop removal.
  /external/chromium_org/v8/test/mjsunit/es6/
generators-iteration.js 219 arguments[1] = "or be he dead";
225 ["Be he live", "or be he dead", "I'll grind his bones", "to make my bread",
228 ["Be he live", "or be he dead", "I'll grind his bones", "to make my bread",
237 arguments[1] = "or be he dead";
  /external/chromium_org/v8/test/webkit/
dfg-dead-variable-on-exit.js 25 "This tests that if a variable is dead on OSR exit, it will at least contain a valid JS value."
  /external/chromium_org/v8/tools/gcmole/
gcmole.lua 40 -- Perform dead variable analysis (generates many false positives).
46 -- positives in dead variables analysis. See TODO for WHITELIST
361 FLAGS.dead_vars and " and dead variables" or "",
364 if FLAGS.dead_vars then plugin_args = { "--dead-vars" } end
  /external/guava/guava/src/com/google/common/eventbus/
EventBus.java 93 * <h2>Dead Events</h2>
95 * considered "dead." To give the system a second chance to handle dead events,
99 * no event will ever be considered dead, and no DeadEvents will be generated.
  /external/ipsec-tools/src/racoon/
vendorid.h 83 /* Dead Peer Detection */
  /external/javassist/src/main/javassist/bytecode/analysis/
FramePrinter.java 108 stream.println("--DEAD CODE--");
  /external/llvm/include/llvm/
LinkAllIR.h 41 // delete it all as dead code, even with whole program optimization,
  /external/llvm/lib/CodeGen/AsmPrinter/
Win64Exception.cpp 97 // Map all labels and get rid of any dead landing pads.
  /external/llvm/lib/CodeGen/
MachineCopyPropagation.cpp 32 STATISTIC(NumDeletes, "Number of dead copies deleted");
130 // Remove MI from the function because it has been determined it is dead.
197 DEBUG(dbgs() << "MCP: Copy is no longer dead: "; CI->second->dump());
265 DEBUG(dbgs() << "MCP: Copy is used - not dead: "; CI->second->dump());
  /external/llvm/lib/Transforms/IPO/
StripSymbols.cpp 126 INITIALIZE_PASS(StripDeadDebugInfo, "strip-dead-debug-info",
143 assert(C->use_empty() && "Constant is not dead!");
303 // replace the current list of potentially dead global variables/functions
349 // If we found dead subprograms or global variables, replace the current
  /external/llvm/lib/Transforms/Scalar/
FlattenCFGPass.cpp 74 // iterativelyFlattenCFG can make some blocks dead.
  /external/llvm/lib/Transforms/Utils/
LowerInvoke.cpp 12 // instructions, so that any exception-handling 'landingpad' blocks become dead
  /external/llvm/test/CodeGen/AArch64/
tail-call.ll 56 ; Important point is that the call reuses the "dead" argument space
  /external/llvm/test/CodeGen/ARM/
none-macho.ll 98 ; dead code.
  /external/llvm/test/CodeGen/X86/
2012-05-19-CoalescerCrash.ll 4 ; Dead code elimination during coalesing causes a live range to split into two
legalize-shift-64.ll 73 store i64 1, i64* %t, align 8 ;; DEAD
  /external/llvm/test/Feature/
optnone-llc.ll 50 ; LLC-Ox-DAG: Skipping pass 'Remove dead machine instructions'
  /external/mesa3d/
acinclude.m4 88 # compiler, which looks to be a dead project)
  /external/mesa3d/src/gallium/drivers/r300/
r300_flush.c 111 /* 2 seconds without a Z clear pretty much means a dead context
  /external/qemu/audio/
fmodaudio.c 455 int live, dead, new_pos, len; local
462 dead = hw->samples - live;
463 if (!dead) {
477 len = audio_MIN (len, dead);
  /external/replicaisland/src/com/replica/replicaisland/
LauncherComponent.java 69 // Looks like the shot is dead. Let's forget about it.
  /external/valgrind/main/VEX/priv/
ir_opt.h 58 /* Do a dead-code removal pass. bb is destructively modified. */
  /external/webrtc/src/system_wrappers/interface/
thread_wrapper.h 88 // Stops the spawned thread dead in its tracks. Will likely result in a
  /frameworks/av/media/common_time/
cc_helper.cpp 91 // hosting the service had crashed and the client proxy we are holding is dead)

Completed in 527 milliseconds

<<11121314151617181920>>