/external/qemu/target-arm/ |
translate.c | 176 marked as dead. */ 281 /* Return (b << 32) + a. Mark inputs as dead */ 295 /* Return (b << 32) - a. Mark inputs as dead. */ 311 /* 32x32->64 multiply. Marks inputs as dead. */ 350 /* Dual 16-bit add. Result placed in t0 and t1 is marked as dead. 733 /* Set PC and Thumb state from var. var is marked as dead. */ 744 and will be marked as dead. */ [all...] |
/external/clang/lib/CodeGen/ |
CGExprScalar.cpp | 3080 Expr *live = lhsExpr, *dead = rhsExpr; local [all...] |
/external/llvm/lib/CodeGen/SelectionDAG/ |
SelectionDAG.cpp | 617 // Add all obviously-dead nodes to the DeadNodes worklist. 624 // If the root changed (e.g. it was a dead load, update the root). 664 // dead node.) 681 assert(N->use_empty() && "Cannot delete a node that is not dead!"); 773 // to replace the dead one with the existing one. This can cause 777 // N is now dead. Inform the listeners and delete it. [all...] |
LegalizeTypes.cpp | 392 // If the root changed (e.g. it was a dead load) update the root. 395 // Remove dead nodes. This is important to do for cleanliness but also before [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/share/info/ |
gcc.info | [all...] |
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/ |
brw_fs.cpp | 1031 * live intervals and better dead code elimination and coalescing. [all...] |
/external/llvm/docs/ |
GettingStarted.rst | [all...] |
/external/llvm/lib/CodeGen/ |
IfConversion.cpp | 327 // marked dead (due to it being predicated), then skip it. 726 // If the block is dead or unpredicable, then it cannot be predicated. [all...] |
/external/llvm/lib/Target/AArch64/ |
AArch64FastISel.cpp | [all...] |
/external/llvm/lib/Target/Mips/ |
MipsConstantIslandPass.cpp | 493 /// Remove dead constant pool entries. [all...] |
/external/mesa3d/src/mesa/drivers/dri/i965/ |
brw_fs.cpp | 1031 * live intervals and better dead code elimination and coalescing. [all...] |
/external/oprofile/ |
ChangeLog-2003 | [all...] |
/external/owasp/sanitizer/tools/findbugs/doc/ja/manual/ |
filter.html | [all...] |
/external/ppp/pppd/ |
main.c | 682 reap_kids(); /* Don't leave dead kids lying around */ [all...] |
/external/valgrind/main/memcheck/tests/ |
str_tester.c | 682 check(strstr("abcd", "abx") == NULL, 2); /* Dead end. */ [all...] |
/frameworks/base/core/java/android/nfc/ |
NfcAdapter.java | 574 * NFC service dead - attempt best effort recovery 578 Log.e(TAG, "NFC service dead - attempting to recover", e); [all...] |
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
BaseStatusBar.java | 683 // system process is dead if we're here. [all...] |
/frameworks/compile/slang/BitWriter_2_9/ |
BitcodeWriter.cpp | 251 Abbv->Add(BitCodeAbbrevOp(0)); // FIXME: DEAD value, remove in LLVM 3.0 343 TypeVals.push_back(0); // FIXME: DEAD: remove in llvm 3.0 [all...] |
/frameworks/compile/slang/BitWriter_2_9_func/ |
BitcodeWriter.cpp | 202 Abbv->Add(BitCodeAbbrevOp(0)); // FIXME: DEAD value, remove in LLVM 3.0 283 TypeVals.push_back(0); // FIXME: DEAD: remove in llvm 3.0 [all...] |
/libcore/luni/src/main/java/java/util/concurrent/ |
LinkedTransferQueue.java | 188 * garbage, all newer dead nodes will also be unreclaimed. 192 * only to itself; thus limiting the length of connected dead lists. [all...] |
/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/ |
GattService.java | 215 if (DBG) Log.d(TAG, "Binder is dead - unregistering client (" + mAppIf + ")!"); 251 if (DBG) Log.d(TAG, "Binder is dead - unregistering server (" + mAppIf + ")!"); [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
subprocess.py | [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
subprocess.py | [all...] |
/prebuilts/tools/common/proguard/proguard4.7/docs/manual/ |
examples.html | 60 <li><a href="#deadcode">Finding dead code</a></li> [all...] |
/art/compiler/dex/quick/x86/ |
utility_x86.cc | [all...] |