/external/llvm/lib/CodeGen/ |
OptimizePHIs.cpp | 28 STATISTIC(NumDeadPHICycles, "Number of dead PHI cycles"); 71 // Find dead PHI cycles and PHI cycles that can be replaced by a single 154 /// OptimizeBB - Remove dead PHI cycles and PHI cycles that can be replaced by 180 // Check for dead PHI cycles.
|
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/llvm/test/CodeGen/X86/GC/ |
alloc_loop.ll | 42 ;; Allocated mem: allocated memory is immediately dead.
|
/external/llvm/test/Transforms/DeadArgElim/ |
keepalive.ll | 21 ; We use this external function to make sure the return values don't become dead
|
/external/llvm/test/Transforms/DeadStoreElimination/ |
lifetime.ll | 30 store i32 0, i32* %Q ;; This store is dead.
|
/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/chromium_org/third_party/WebKit/Source/core/fetch/ |
MemoryCacheTest.cpp | 139 // Verifies that dead resources that exceed dead resource capacity are evicted 191 Task1(const ResourcePtr<Resource>& live, Resource* dead) 193 , m_dead(dead) 213 memoryCache()->prune(); // Dead resources are pruned immediately 249 // the total dead resource size is more than double the dead resource capacity.
|