Searched
full:dead (Results
601 -
625 of
1683) sorted by null
<<21222324252627282930>>
/external/llvm/include/llvm/Transforms/Utils/ |
Cloning.h | 141 /// dead. Since this doesn't produce an exactly copy of the input, it can't be
|
/external/llvm/lib/CodeGen/ |
CalcSpillWeights.cpp | 87 assert(MI && "Dead valno in interval");
|
ExpandPostRAPseudos.cpp | 139 DEBUG(dbgs() << "dead copy: " << *MI);
|
Passes.cpp | 48 cl::desc("Disable Machine Dead Code Elimination")); 573 // Optimize PHIs before DCE: removing dead PHI cycles may make more 574 // instructions dead. 585 // With optimization, dead code should already be eliminated. However
|
TailDuplication.cpp | 41 STATISTIC(NumDeadBlocks, "Number of dead blocks removed"); 235 // If it is dead, remove it. [all...] |
/external/llvm/lib/Transforms/InstCombine/ |
InstCombineLoadStoreAlloca.cpp | 25 STATISTIC(NumDeadStore, "Number of dead stores eliminated"); 621 // alloca dead. 662 // then *this* store is dead (X = load P; store X -> P). 669 // may not be dead. [all...] |
/external/llvm/lib/Transforms/Utils/ |
BasicBlockUtils.cpp | 39 BB->getSinglePredecessor() == BB) && "Block is not dead!"); 54 // eventually be removed (they are themselves dead). 95 /// is dead. Also recursively delete any operands that become dead as [all...] |
/external/llvm/test/CodeGen/SystemZ/ |
insert-06.ll | 169 ; We previously wrongly removed the upper AND as dead.
|
/external/llvm/test/Transforms/IndVarSimplify/ |
tripcount_compute.ll | 6 ; it directly into users outside of the loop, making the loop dead.
|
/external/llvm/test/Transforms/Inline/ |
inline_cleanup.ll | 1 ; Test that the inliner doesn't leave around dead allocas, and that it folds
|
/external/llvm/test/Transforms/InstCombine/ |
malloc-free-delete.ll | 99 ;; Then, performing a dead elimination will remove the comparison.
|
/external/mdnsresponder/mDNSPosix/ |
PosixDaemon.c | 173 // SIGPIPE happens when we try to write to a dead client; death should be detected soon in request_callback() and cleaned up.
|
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/ |
AbstractBox.java | 159 * Sets the 'dead' bytes. These bytes are left if the content of the box
|
/external/netperf/ |
netcpu_kstat.c | 369 *very* effective, causing the looper process to stop dead in its
|
/external/ppp/pppd/plugins/rp-pppoe/ |
pppoe.h | 153 /* But some brain-dead peers disobey the RFC, so frame types are variables */
|
/external/qemu/distrib/sdl-1.2.15/src/video/quartz/ |
SDL_QuartzEvents.m | 234 /* We pretend a clean start to begin with (i.e. no dead keys active */ 242 /* If the state become 0, it was a dead key. We need to 282 /* We pretend a clean start to begin with (i.e. no dead keys active */ 288 /* If the state become 0, it was a dead key. We need to translate again, [all...] |
/external/skia/tests/ |
GLProgramsTest.cpp | 245 // This is evil evil evil. The linker may throw away whole translation units as dead code if it
|
/external/valgrind/main/coregrind/ |
m_threadstate.c | 131 /* Return the number of non-dead Threads */
|
/frameworks/av/include/media/stagefright/ |
OMXCodec.h | 134 DEAD,
|
/frameworks/base/core/java/android/os/ |
CommonTimeUtils.java | 39 * Operation failed due to dead remote object.
|
FileObserver.java | 111 if (weak != null) { // can happen with lots of events from a dead wfd
|
/frameworks/base/services/voiceinteraction/java/com/android/server/voiceinteraction/ |
VoiceInteractionManagerServiceImpl.java | 154 Slog.w(TAG, "Voice interation session already dead");
|
/frameworks/base/tools/layoutlib/bridge/tests/src/com/android/layoutlib/bridge/ |
TestDelegates.java | 163 // look for dead (delegate) code.
|
/frameworks/testing/espresso/espresso-contrib/src/main/java/com/google/android/apps/common/testing/ui/espresso/contrib/ |
DrawerActions.java | 175 * Pries the current {@link DrawerListener} loose from the cold dead hands of the given
|
/ndk/sources/host-tools/make-3.81/ |
remote-cstms.c | 268 /* Get the status of a dead remote child. Block waiting for one to die
|
Completed in 3689 milliseconds
<<21222324252627282930>>