/external/owasp/sanitizer/tools/findbugs/doc/ |
Changes.html | [all...] |
/external/clang/lib/StaticAnalyzer/Core/ |
RegionStore.cpp | 560 /// removeDeadBindings - Scans the RegionStore of 'state' for dead values. [all...] |
/external/llvm/lib/Transforms/Scalar/ |
SCCP.cpp | 14 // * Assumes BasicBlocks are dead unless proven otherwise [all...] |
LICM.cpp | 364 // If the instruction is dead, we would try to sink it because it isn't used 367 DEBUG(dbgs() << "LICM deleting dead inst: " << I << '\n'); [all...] |
/external/llvm/test/Transforms/SROA/ |
basictest.ll | 658 ; also gain enough data to prove they must be dead allocas due to GEPs that walk 660 ; do bad things to these dead allocas, they should just be removed. 689 ; Ensure that when there are dead instructions using an alloca that are not [all...] |
/external/chromium_org/third_party/libwebp/enc/ |
quant.c | 628 if (level > MAX_LEVEL || level < 0) { // node is dead? 649 // Inspect all possible non-dead predecessors. Retain only the best one. 651 // Dead nodes (with ss_prev[p].score >= MAX_COST) are automatically [all...] |
/external/llvm/lib/CodeGen/ |
ScheduleDAGInstrs.cpp | 350 // below). Since call operands are dead, calls may continue to be added 388 // Unless this definition is dead, the output dependence should be [all...] |
/external/ppp/pppd/ |
auth.c | 528 * An Open on LCP has requested a change from Dead to Establish phase. 587 * LCP has terminated the link; go to the Dead phase and take the 699 * Proceed to the Dead, Authenticate or Network phase as appropriate. [all...] |
/external/valgrind/main/VEX/priv/ |
host_generic_reg_alloc2.c | 64 /* Becomes dead for the last time before this insn ... */ 82 /* Becomes dead before this insn ... */ [all...] |
/external/webp/src/enc/ |
quant.c | 628 if (level > MAX_LEVEL || level < 0) { // node is dead? 649 // Inspect all possible non-dead predecessors. Retain only the best one. 651 // Dead nodes (with ss_prev[p].score >= MAX_COST) are automatically [all...] |
/frameworks/av/media/libmedia/ |
AudioTrack.cpp | [all...] |
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/channels/ |
DatagramChannelTest.java | [all...] |
/device/generic/goldfish/camera/ |
EmulatedFakeCamera3.cpp | 370 * Reap the dead streams 809 ALOGE("%s: Request %d: Buffer %zu: Unregistered or dead stream!", [all...] |
/external/chromium_org/third_party/WebKit/Source/core/html/track/vtt/ |
VTTCue.cpp | 233 // the cue alive. Thus, if the cue is dead, either m_displayTree is not in 234 // the document or the entire document is dead too. [all...] |
/external/chromium_org/third_party/libjingle/source/talk/base/ |
physicalsocketserver.cc | 917 // The socket is now dead to us, so stop checking it. [all...] |
/external/chromium_org/third_party/webrtc/base/ |
physicalsocketserver.cc | 900 // The socket is now dead to us, so stop checking it. [all...] |
/external/chromium_org/v8/test/cctest/ |
test-assembler-arm.cc | 129 __ RecordComment("dead code, just testing relocations"); 131 __ RecordComment("dead code, just testing immediate operands"); [all...] |
/external/clang/lib/CodeGen/ |
CGCleanup.cpp | 631 // dead optimistic fixup branches. 741 // TODO: clean up the possibly dead stores to the cleanup dest slot. [all...] |
/external/iproute2/ip/ |
iproute.c | 409 fprintf(fp, "dead "); 616 fprintf(fp, " dead"); [all...] |
/external/llvm/docs/ |
AliasAnalysis.rst | 442 efficient, and is used by Dead Store Elimination, GVN, and memcpy optimizations. 621 The ``-adce`` pass, which implements Aggressive Dead Code Elimination uses the
|
/external/llvm/lib/Transforms/Utils/ |
InlineFunction.cpp | 630 // have no dead or constant instructions leftover after inlining occurs 664 // If the alloca is now dead, remove it. This often occurs due to code [all...] |
/external/oprofile/ |
ChangeLog-2002 | 939 * Makefile.in: use -P to strip dead dirs on dist [all...] |
ChangeLog-2005 | 551 * daemon/oprofiled.h: remove dead prototype 588 * libutil/op_fileio.c: remove dead code
|
/external/stlport/stlport/stl/ |
_rope.c | [all...] |
/frameworks/base/libs/common_time/ |
common_time_server.cpp | 82 // is dead 724 // times in a row. Assume the master is dead and start electing [all...] |