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

<<21222324252627282930>>

  /external/llvm/lib/Transforms/Scalar/
LoopUnswitch.cpp     [all...]
JumpThreading.cpp 183 // If the block is trivially dead, zap it. This eliminates the successor
187 DEBUG(dbgs() << " JT: Deleting dead block '" << BB->getName()
200 // this dead.
645 // If the block has its address taken, it may be a tree of dead constants
655 // If the block is trivially dead, just return and let the caller nuke it.
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_wm_emit.c 777 return; /* Do not emit dead code */
798 return; /* Do not emit dead code */
820 return; /* Do not emit dead code */
843 return; /* Do not emit dead code */
894 return; /* Do not emit dead code */
952 return; /* Do not emit dead code */
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_weakref.py 79 # Dead reference:
151 "ref2 should be dead after deleting object reference")
578 # from dead cycles. For this to be attempted, the weakref and
613 # The remaining weakref should be dead now (its callback ran).
751 # Dead weakrefs compare by identity: whether `a` and `d` are the
771 # Dead weakrefs:
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_weakref.py 79 # Dead reference:
151 "ref2 should be dead after deleting object reference")
578 # from dead cycles. For this to be attempted, the weakref and
613 # The remaining weakref should be dead now (its callback ran).
751 # Dead weakrefs compare by identity: whether `a` and `d` are the
771 # Dead weakrefs:
    [all...]
  /docs/source.android.com/src/devices/sensors/
batching.jd 180 <h3 id="high_value_low_power_pedestrian_dead_reckoning">High value: Low power pedestrian dead reckoning</h3>
189 <p>Batching this data allows performing pedestrian dead reckoning while letting
  /external/chromium-libpac/test/js-unittest/
pac_library_unittest.js 132 t.expectTrue(isInNetEx("3ffe:8311:ffff:abcd:1234:dead:beef:101",
141 t.expectFalse(isInNetEx("3fff:8311:ffff:abcd:1234:dead:beef:101",
  /external/chromium_org/net/data/proxy_resolver_v8_unittest/
pac_library_unittest.js 132 t.expectTrue(isInNetEx("3ffe:8311:ffff:abcd:1234:dead:beef:101",
141 t.expectFalse(isInNetEx("3fff:8311:ffff:abcd:1234:dead:beef:101",
  /external/chromium_org/third_party/openssl/openssl/apps/
s_time.c 407 if( waitingToDie || exitNow ) /* we're dead */
500 if( waitingToDie || exitNow ) /* we're dead */
  /external/chromium_org/third_party/skia/third_party/lua/src/
lobject.h 167 /* a dead value may get the 'gc' field, but cannot access its contents */
460 int endpc; /* first point where variable is dead */
  /external/chromium_org/third_party/webrtc/voice_engine/
voice_engine_defines.h 117 // Min sample time for dead-or-alive detection
119 // Max sample time for dead-or-alive detection
  /external/chromium_org/ui/base/ime/chromeos/
character_composer.cc 30 // A black list for not composing dead keys. Once the key combination is listed
31 // below, the dead key won't work even when this is listed in
  /external/javassist/src/main/javassist/bytecode/analysis/
Analyzer.java 110 * as a null in the frame state array. This can be used to detect dead code.
153 * as a null in the frame state array. This can be used to detect dead code.
  /external/llvm/lib/CodeGen/
BranchFolding.cpp 11 // directly to the target block. This pass often results in dead MBB's, which
42 STATISTIC(NumDeadBlocks, "Number of dead blocks removed");
112 /// RemoveDeadBlock - Remove the specified dead machine basic block from the
115 assert(MBB->pred_empty() && "MBB must be dead!");
221 // See if any jump tables have become dead as the code generator
244 // Finally, remove dead jump tables. This happens when the
    [all...]
LiveRangeCalc.h 165 /// createDeadDefs - Create a dead def in LI for every def operand of Reg.
170 /// createDeadDefs - Create a dead def in LI for every def of LI->reg.
RegisterScavenging.cpp 120 // def-dead in this instruction.
123 // register. Similarly ignores "dead" markers.
SplitKit.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
FastISel.cpp 75 STATISTIC(NumFastIselDead, "Number of dead insts removed on failure");
332 MachineInstr *Dead = &*I;
334 Dead->eraseFromParent();
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombine.h 125 // I - Change was made, I is still valid, I may be dead though
277 // found to be dead, replacable with another preexisting expression. Here
  /external/llvm/test/Transforms/SimplifyCFG/
preserve-branchweights.ll 275 ; Remove dead cases from the switch.
316 ;; If every case is dead, make sure they are all removed. This used to
  /external/openssl/apps/
s_time.c 407 if( waitingToDie || exitNow ) /* we're dead */
500 if( waitingToDie || exitNow ) /* we're dead */
  /external/qemu/distrib/sdl-1.2.15/src/video/quartz/
SDL_QuartzWM.m 214 #if 0 /* Dead code */
230 #endif /* Dead code */
  /frameworks/base/services/print/java/com/android/server/print/
RemotePrintService.java 163 // The service is dead and neither has active jobs nor discovery
278 // The service is dead and neither has active jobs nor discovery
  /packages/apps/UnifiedEmail/src/com/android/mail/ui/
SwipeHelper.java 66 /* Dead region where swipe cannot be initiated. */
363 // If the swipe started in the dead region, ignore it.
  /art/compiler/dex/quick/
mir_to_lir-inl.h 26 /* Mark a temp register as dead. Does not affect allocation state. */

Completed in 3793 milliseconds

<<21222324252627282930>>