/external/llvm/test/Transforms/IPConstantProp/ |
dangling-block-address.ll | 4 ; IPSCCP should prove that the blocks are dead and delete them, and
|
/external/llvm/test/Transforms/LoopStrengthReduce/ |
dont_insert_redundant_ops.ll | 1 ; Check that this test makes INDVAR and related stuff dead.
|
2013-01-14-ReuseCast.ll | 10 ; Verify that nothing uses the "dead" ptrtoint from "undef". 13 ; "dead" ptrpoint not emitted (or dead code eliminated) with
|
/external/llvm/test/Transforms/StripSymbols/ |
2010-08-25-crash.ll | 1 ; RUN: opt -strip-dead-debug-info -disable-output < %s
|
/external/qemu/distrib/mini-glib/src/ |
glib-mini-win32.c | 64 // Work around for compiler warning, due to brain-dead API.
|
/external/valgrind/main/helgrind/ |
hg_wordset.h | 58 /* Get the number of elements in this WordSetU. Note that the dead 102 a ws after having marked it dead. This ws (just an index in 106 Re-using a "dead" ws will be detected if the index has not been 110 then have this ws marked dead while the payload is still being
|
/frameworks/base/core/jni/ |
android_text_AndroidBidi.cpp | 33 // that we don't bother to report, we're probably dead anyway.
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/bits/ |
waitflags.h | 31 #define WEXITED 4 /* Report dead child. */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/bits/ |
waitflags.h | 31 #define WEXITED 4 /* Report dead child. */
|
/dalvik/dx/src/com/android/dx/ssa/ |
DeadCodeRemover.java | 26 * A variation on Appel Algorithm 19.12 "Dead code elimination in SSA form". 48 * Process a method with the dead-code remver 71 * Runs the dead code remover.
|
/external/iproute2/doc/ |
arpd.sgml | 29 Negative entries for dead hosts are also shown, in this case MAC address 31 that host is dead was proven the last time. 43 to make before destination is considered as dead. When <tt/arpd/ is started
|
/external/iproute2/man/man8/ |
arpd.8 | 20 Dump arpd database to stdout and exit. Output consists of three columns: interface index, IP address and MAC address. Negative entries for dead hosts are also shown, in this case MAC address is replaced by word FAILED followed by colon and time when the fact that host is dead was proven the last time. 29 arpd not only passively listens ARP on wire, but also send brodcast queries itself. NUMBER is number of such queries to make before destination is considered as dead. When arpd is started as kernel helper (i.e. with app_solicit enabled in sysctl or even with option -k) without this option and still did not learn enough information, you can observe 1 second gaps in service. Not fatal, but not good.
|
/external/llvm/test/DebugInfo/X86/ |
debug-dead-local-var.ll | 30 !0 = metadata !{i32 786449, metadata !1, i32 12, metadata !"clang version 3.5.0 (trunk 209255) (llvm/trunk 209253)", i1 true, metadata !"", i32 0, metadata !2, metadata !2, metadata !3, metadata !2, metadata !2, metadata !"", i32 1} ; [ DW_TAG_compile_unit ] [/usr/local/google/home/echristo/debug-dead-local-var.c] [DW_LANG_C99] 31 !1 = metadata !{metadata !"debug-dead-local-var.c", metadata !"/usr/local/google/home/echristo"} 35 !5 = metadata !{i32 786473, metadata !1} ; [ DW_TAG_file_type ] [/usr/local/google/home/echristo/debug-dead-local-var.c]
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/sys/ |
wait.h | 132 is not already dead, return (pid_t) 0. If successful, 133 return PID and store the dead child's status in STAT_LOC. 150 is not already dead, clear *INFOP and return 0. If successful, store
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/sys/ |
wait.h | 132 is not already dead, return (pid_t) 0. If successful, 133 return PID and store the dead child's status in STAT_LOC. 150 is not already dead, clear *INFOP and return 0. If successful, store
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/compiler/ |
radeon_dataflow_deadcode.c | 317 int dead = 1; local 322 dead = 0; 326 dead = 0; 329 dead = 0; 334 if (dead) {
|
/external/chromium_org/third_party/webrtc/system_wrappers/source/ |
thread_posix.cc | 285 bool dead = false; local 289 dead = dead_; 294 for (int i = 0; i < 1000 && !dead; ++i) { 298 dead = dead_; 301 if (dead) {
|
/external/llvm/lib/Target/MSP430/ |
MSP430FrameLowering.cpp | 100 // The SRW implicit def is dead. 163 // The SRW implicit def is dead. 172 // The SRW implicit def is dead. 262 // The SRW implicit def is dead. 277 // The SRW implicit def is dead.
|
/external/mesa3d/src/gallium/drivers/r300/compiler/ |
radeon_dataflow_deadcode.c | 317 int dead = 1; local 322 dead = 0; 326 dead = 0; 329 dead = 0; 334 if (dead) {
|
/external/llvm/lib/CodeGen/ |
MachineCSE.cpp | 177 // Reached end of block, register is obviously dead. 196 // trivially dead. 206 /// physical registers (except for dead defs of physical registers). It also 243 // Check against PhysRefs even if the def is "dead". 246 // If the def is dead, it's ok. But the def may not marked "dead". That's 248 // forward a few instructions and check if it is obviously dead. 532 // Go through implicit defs of CSMI and MI, if a def is not dead at MI, 533 // we should make sure it is not dead at CSMI. 571 // Go through implicit defs of CSMI and MI, if a def is not dead at MI [all...] |
/external/chromium_org/third_party/WebKit/Source/core/fetch/ |
MemoryCacheTest.cpp | 145 // Verifies that dead resources that exceed dead resource capacity are evicted 197 Task1(const ResourcePtr<Resource>& live, Resource* dead) 199 , m_dead(dead) 219 memoryCache()->prune(); // Dead resources are pruned immediately 255 // the total dead resource size is more than double the dead resource capacity.
|
/frameworks/base/core/java/android/view/ |
KeyCharacterMap.java | 141 * key is a "dead key." 147 * a printable representation of the accent character of a "dead key." 151 /* Characters used to display placeholders for dead keys. */ 177 /* Legacy dead key display characters used in previous versions of the API. 186 * Maps Unicode combining diacritical to display-form dead key. 269 throw new IllegalStateException("Invalid dead key declaration."); 357 * key is a "dead key" that should be combined with another to 478 * Get the character that is produced by combining the dead key producing accent 489 // The same dead character typed twice or a dead character followed by [all...] |
/external/llvm/docs/ |
Passes.rst | 375 ``-adce``: Aggressive Dead Code Elimination 379 <passes-dce>` but it assumes that values are dead until proven otherwise. This 475 NOTE: this pass has a habit of making definitions be dead. It is a good idea 476 to run a :ref:`Dead Instruction Elimination <passes-die>` pass sometime after 481 ``-dce``: Dead Code Elimination 484 Dead code elimination is similar to :ref:`dead instruction elimination 486 instructions to see if they are newly dead. 488 ``-deadargelim``: Dead Argument Elimination 491 This pass deletes dead arguments from internal functions. Dead argumen [all...] |
/frameworks/base/core/java/android/app/ |
ActivityManager.java | 355 // System dead, we will be dead too soon! 365 // System dead, we will be dead too soon! 374 // System dead, we will be dead too soon! 384 // System dead, we will be dead too soon! 393 // System dead, we will be dead too soon [all...] |
/external/chromium_org/third_party/mesa/src/src/glsl/ |
README | 20 optimizations. These include copy propagation, dead code elimination, 31 for example dead code elimination previously couldn't remove functions 129 A: Converting an IR tree to SSA form makes dead code elmimination, 143 dead code elimination wins, and recognizing common expressions may 207 shader's IR list, and the old context full of dead nodes is freed. 210 it becomes dead it doesn't live on as the child of a live node. At
|