HomeSort by relevance Sort by last modified time
    Searched full:dead (Results 301 - 325 of 1683) sorted by null

<<11121314151617181920>>

  /external/llvm/test/Transforms/EarlyCSE/
basic.ll 6 %A = bitcast i64 42 to double ;; dead
100 ;; Trivial dead store elimination.
  /external/mesa3d/src/gallium/drivers/r300/compiler/
r3xx_fragprog.c 130 {"dead constants", 1, 1, rc_remove_unused_constants, &c->code->constants_remap_table},
133 {"dead sources", 1, 1, rc_pair_remove_dead_sources, NULL},
  /frameworks/base/core/java/android/database/
CursorToBulkCursorAdaptor.java 64 // Do nothing, the far side is dead
83 // Do nothing, the far side is dead
  /frameworks/base/core/java/android/nfc/tech/
NfcA.java 152 Log.e(TAG, "NFC service dead", e);
167 Log.e(TAG, "NFC service dead", e);
NfcF.java 151 Log.e(TAG, "NFC service dead", e);
166 Log.e(TAG, "NFC service dead", e);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/
GuestResumeSessionReceiver.java 101 Log.e(TAG, "Couldn't wipe session because ActivityManager is dead");
133 Log.e(TAG, "Couldn't wipe session because ActivityManager or WindowManager is dead");
  /external/clang/lib/StaticAnalyzer/Checkers/
CheckerDocumentation.cpp 141 /// \brief Called whenever a symbol becomes dead.
146 /// in the sate, it can and should be dropped after the symbol becomes dead.
147 /// In addition, reporting a bug as soon as the checker becomes dead leads to
152 /// symbols are dead.
213 /// dead and removed.
  /external/replicaisland/src/com/replica/replicaisland/
PlayerComponent.java 58 DEAD,
258 if (mInvincibleEndTime > 0.0f && (mInvincibleEndTime < gameTime || mState == State.DEAD)) {
268 if (mState != State.DEAD && mState != State.WIN ) {
302 case DEAD:
445 mState = State.DEAD;
  /external/valgrind/main/coregrind/m_debuginfo/
readstabs.c 342 // XXXX DEAD POINT XXXX
361 //DEAD POINT
362 //DEAD POINT
368 // DEAD POINT
374 // DEAD POINT
  /external/llvm/lib/Transforms/Utils/
Local.cpp 59 /// conditions and indirectbr addresses this might make dead if
264 // Local dead code elimination.
294 // when dead.
296 // Safe to delete llvm.stacksave if dead.
300 // Lifetime intrinsics are dead when their right-hand is undef.
316 /// trivially dead instruction, delete it. If that makes any of its operands
317 /// trivially dead, delete them too, recursively. Return true if any
333 // dead as we go.
340 // If the operand is an instruction that became dead as we nulled out the
341 // operand, and if it is 'trivially' dead, delete it in a future loo
    [all...]
  /external/llvm/lib/Target/ARM/
A15SDOptimizer.cpp 119 // Sanitizing method - used to make sure if don't leave dead code around.
177 // MI is known to be dead. Figure out what instructions
178 // are also made dead by this and mark them for removal.
190 // MI is already known to be dead. We need to see
207 // this instruction as being dead.
212 // dead. If so, we can also mark this instruction as being
213 // dead.
  /external/llvm/test/Transforms/SROA/
phi-and-select.ll 178 %dead = load i32* %c
312 ; Ensure we don't crash or fail to nuke dead selects of allocas if no load is
322 %dead = select i1 undef, i32* %a, i32* %p
328 ; Ensure we don't crash or fail to nuke dead phis of allocas if no load is ever
387 ; Check a pattern where we have a chain of dead phi nodes to ensure they are
411 ; Another pattern which can lead to crashes due to failing to clear out dead
413 ; cases because the PHI node is (recursively) alive, but the select is dead.
  /frameworks/base/media/java/android/media/session/
MediaController.java 138 // System is dead. =(
393 Log.d(TAG, "Dead object in sendCommand.", e);
407 Log.d(TAG, "Dead object in getPackageName.", e);
424 Log.d(TAG, "Dead object in getTag.", e);
458 Log.e(TAG, "Dead object in registerCallback", e);
476 Log.e(TAG, "Dead object in removeCallbackLocked");
785 Log.d(TAG, "Dead object in sendCustomAction.", e);
    [all...]
  /system/core/adb/
usb_linux.c 68 int dead; member in struct:usb_handle
328 if(h->dead) {
348 if(res < 0 || h->dead) {
379 if(h->dead) {
400 if(h->dead) {
512 if(h->dead == 0) {
513 h->dead = 1;
  /external/llvm/lib/Transforms/IPO/
Inliner.cpp 520 // If this call site is dead and it is to a readonly function, we should
523 // call and then we're left with the dead call.
525 DEBUG(dbgs() << " -> Deleting dead call: "
598 // The function may be apparently dead, but if there are indirect
602 DEBUG(dbgs() << " -> Deleting dead function: "
634 // doFinalization - Remove now-dead linkonce functions at the end of
640 /// removeDeadFunctions - Remove dead functions that are not included in
646 // from the program. Insert the dead ones in the FunctionsToRemove set.
661 // If the only remaining users of the function are dead constants, remove
PruneEH.cpp 162 // dead.
202 // If the unwind block is now dead, nuke it.
237 assert(pred_begin(BB) == pred_end(BB) && "BB is not dead!");
  /frameworks/base/core/java/android/os/
ParcelFileDescriptor.java 717 // EOF means they're dead
718 return new Status(Status.DEAD);
732 Log.d(TAG, "Failed to read status; assuming dead: " + e);
733 return new Status(Status.DEAD);
736 Log.d(TAG, "Failed to read status; assuming dead: " + e);
737 return new Status(Status.DEAD);
    [all...]
  /external/chromium_org/native_client_sdk/src/gonacl_appengine/src/life/
life.c 59 * a binary alive or dead.
84 * values. The health is binary: either alive or dead.
87 0, 0, 0, 1, 0, 0, 0, 0, 0, /* Values if the center cell is dead. */
  /external/chromium_org/third_party/webrtc/modules/video_processing/main/source/
deflickering.cc 30 // Dead-zone region in terms of pixel values
328 // Count zero crossings with a dead zone to be robust against noise. If the
332 int32_t numZeros = 0; // Number of zeros that cross the dead-zone.
  /external/llvm/lib/CodeGen/
MachineInstrBundle.cpp 169 // Previously defined but dead.
189 // If it's not live beyond end of the bundle, mark it dead.
327 PRI.DefinesDead = true; // Reg or super-register was defined and was dead.
  /external/llvm/lib/Target/Hexagon/
HexagonPeephole.cpp 23 // JMP_c %vreg16<kill>, <BB#1>, %PC<imp-def,dead>
28 // JMP_cNot %vreg15<kill>, <BB#1>, %PC<imp-def,dead>;
32 // redundant and relies on some form of dead removal instructions, like
  /external/llvm/lib/Transforms/Scalar/
GVN.cpp 11 // instructions. It also performs simple dead load elimination.
513 UndefVal // A UndefValue representing a value from dead block (which
    [all...]
  /art/runtime/gc/
reference_processor.h 89 // If we are preserving references it means that some dead objects may become live, we use start
  /dalvik/dx/src/com/android/dx/cf/code/
BasicBlocker.java 44 * middle of an instruction or is a definitely-dead opcode
51 * definitely-dead code
73 * definitely-dead code that is identified in the process.
409 * dead code blocks as those marked as blocks but not also marked
  /external/chromium_org/base/
big_endian.h 39 // Specializations to make clang happy about the (dead code) shifts above.

Completed in 1178 milliseconds

<<11121314151617181920>>