HomeSort by relevance Sort by last modified time
    Searched full:eliminated (Results 251 - 275 of 1113) sorted by null

<<11121314151617181920>>

  /art/test/624-checker-stringops/src/
Main.java 237 // All calls in the loop-body and thus loop can be eliminated.
258 // All calls in the loop-body and thus loop can be eliminated.
  /external/javassist/src/main/javassist/
CtConstructor.java 303 * eliminated from the resulting method.
329 * eliminated from the resulting method.
  /external/libjpeg-turbo/
change.log 294 * We have eliminated the use of callback routines for handling the
305 * All static state has been eliminated from the library, so that multiple
  /external/llvm/lib/CodeGen/
StackSlotColoring.cpp 44 STATISTIC(NumEliminated, "Number of stack slots eliminated due to coloring");
45 STATISTIC(NumDead, "Number of trivially dead stack accesses eliminated");
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
CodePlacementOpt.cpp 28 STATISTIC(NumIntraElim, "Number of intra loop branches eliminated");
234 // we eliminated a branch.
PeepholeOptimizer.cpp 69 STATISTIC(NumBitcasts, "Number of bitcasts eliminated");
70 STATISTIC(NumCmps, "Number of compares eliminated");
  /external/swiftshader/third_party/LLVM/test/Transforms/InstCombine/
or.ll 1 ; This test makes sure that these instructions are properly eliminated.
104 ; Should be eliminated
  /external/tensorflow/tensorflow/compiler/xla/service/
liveness_util.cc 241 // We eliminated other users in BufferLiveness::live_range_strictly_before,
345 // We eliminated other users in BufferLiveness::live_range_strictly_before,
  /external/v8/src/crankshaft/ia32/
lithium-gap-resolver-ia32.cc 54 // unallocated, or the move was already eliminated).
77 DCHECK(moves_[index].source() != NULL); // Or else it will look eliminated.
  /external/v8/src/crankshaft/x87/
lithium-gap-resolver-x87.cc 55 // unallocated, or the move was already eliminated).
78 DCHECK(moves_[index].source() != NULL); // Or else it will look eliminated.
  /frameworks/av/media/libstagefright/codecs/amrnb/common/src/
log2.cpp 45 1. Eliminated l_shl function knowing that after normalization
47 2. Eliminated unused include files typedef.h and l_shl.h.
reorder.cpp 36 1. Eliminated unused include file add.h.
38 3. Eliminated math operations that unnecessary checked for
  /frameworks/av/media/libstagefright/codecs/amrnb/enc/src/
lag_wind.cpp 42 1. Eliminated unused include files.
44 3. Eliminated l_extract() function call
  /art/compiler/optimizing/
cha_guard_optimization.cc 126 // guard can be eliminated, since receiver must pre-exist that other
  /art/test/552-checker-primitive-typeprop/smali/
ArrayGet.smali 50 # The phi should be eliminated due to the conflict.
  /art/test/563-checker-fakestring/smali/
TestCase.smali 140 # it is eliminated by later stages of SsaBuilder otherwise.
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
thread_nt.h 4 /* Eliminated some memory leaks, gsw@agere.com */
  /external/deqp/external/vulkancts/framework/vulkan/
vkBinaryRegistry.hpp 71 // When SPIR-V binaries are stored on disk, duplicate binaries are eliminated
  /external/honggfuzz/examples/linux_kernel_ip/
linux-kernel-4.10.0.patch 120 * provided case of th->doff==0 is eliminated.
  /external/llvm/include/llvm/Target/
TargetOpcodes.def 77 /// register coalescing / allocation aid and must be eliminated before code
  /external/llvm/include/llvm/Transforms/Scalar/
GVN.h 228 /// loads are eliminated by the pass.
  /external/llvm/lib/Target/NVPTX/
NVPTXReplaceImageHandles.cpp 70 // but we need the handle access to be eliminated because they are not
  /external/llvm/lib/Target/PowerPC/
PPCMCInstLower.cpp 154 assert(!MO.getSubReg() && "Subregs should be eliminated!");
  /external/llvm/lib/Transforms/Scalar/
TailRecursionElimination.cpp 538 // accumulator recursion variable eliminated.
627 // other tail recursions eliminated) the accumulator is not modified.
702 // Cleanup: if all predecessors of BB have been eliminated by
778 // If we eliminated any tail recursions, it's possible that we inserted some
    [all...]
  /external/llvm/test/CodeGen/ARM/
arm-and-tst-peephole.ll 141 ; folding of unrelated tests (in this case, a TST against r1 was eliminated in

Completed in 715 milliseconds

<<11121314151617181920>>