HomeSort by relevance Sort by last modified time
    Searched full:eliminated (Results 51 - 75 of 640) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/v8/src/compiler/
move-optimizer.cc 123 MoveOpVector& eliminated = local_vector();
124 DCHECK(eliminated.empty());
132 if (to_eliminate != nullptr) eliminated.push_back(to_eliminate);
135 for (MoveOperands* to_eliminate : eliminated) {
138 eliminated.clear();
147 DCHECK(eliminated.empty());
  /art/test/449-checker-bce/src/
Main.java 76 // Bounds check can be eliminated.
83 // Bounds check can be eliminated.
99 array[offset_sub1] = 1; // Bounds check can be eliminated.
105 array[offset_sub2] = 1; // Bounds check can't be eliminated.
617 array[i] = 1; // Bounds check can be eliminated.
621 array[i] = 1; // Bounds check can be eliminated.
625 array[i] = 1; // Bounds check can be eliminated.
629 array[i] = 1; // Bounds check can't be eliminated.
633 array[i] = 1; // Bounds check can't be eliminated.
638 // Bounds check can't be eliminated due to overflow concern
    [all...]
  /external/clang/test/CodeGen/
parameter-passing.c 48 // This call should be eliminated.
  /external/llvm/test/CodeGen/X86/
tailcallstack64.ll 4 ; FIXME: Redundant unused stack allocation could be eliminated.
tls-addr-non-leaf-function.ll 8 ; attribute which dictates that the frame pointer should not be eliminated
  /external/llvm/test/Transforms/InstCombine/
apint-and1.ll 1 ; This test makes sure that and instructions are properly eliminated.
apint-not.ll 1 ; This test makes sure that the xor instructions are properly eliminated
apint-select.ll 1 ; This test makes sure that these instructions are properly eliminated.
apint-xor1.ll 1 ; This test makes sure that xor instructions are properly eliminated.
apint-xor2.ll 1 ; This test makes sure that xor instructions are properly eliminated.
apint-add2.ll 1 ; This test makes sure that add instructions are properly eliminated.
memmove.ll 1 ; This test makes sure that memmove instructions are properly eliminated.
not.ll 1 ; This test makes sure that these instructions are properly eliminated.
  /external/llvm/test/Transforms/LoopDeletion/
dcetest.ll 2 ; that SCCP gets right, and when followed by ADCE, is completely eliminated
  /external/llvm/test/Transforms/SimplifyCFG/
2008-01-02-hoist-fp-add.ll 1 ; The phi should not be eliminated in this case, because the divide op could trap.
empty-cleanuppad.ll 16 ; In this case, both cleanup pads can be eliminated and the invoke can be
55 ; In this case, the outermost cleanup pad can be eliminated and the catch block
118 ; In this case the inner cleanup pad should be eliminated and the invoke of g()
179 ; In this case, the cleanuppad should be eliminated, the invoke outside of the
187 ; but it will be eliminated, placing the following invoke in the entry BB.
238 ; In this case, the cleanup pad should be eliminated and the PHI node in the
295 ; In this case, the cleanup pad should be eliminated and the PHI node in the
  /external/llvm/test/Transforms/TailCallElim/
ackermann.ll 2 ; This function contains two tail calls, which should be eliminated
  /libcore/ojluni/src/main/java/sun/nio/ch/
AllocatedNativeObject.java 32 // ## In the fullness of time, this class will be eliminated
  /prebuilts/go/darwin-x86/src/go/ast/
filter_test.go 40 // (*t2).f2 is kept and t2.f2 is eliminated in this test case.
  /prebuilts/go/linux-x86/src/go/ast/
filter_test.go 40 // (*t2).f2 is kept and t2.f2 is eliminated in this test case.
  /external/llvm/lib/Target/AMDGPU/
R600MachineScheduler.h 50 AluDiscarded, // LLVM Instructions that are going to be eliminated
  /external/llvm/test/DebugInfo/ARM/
selectiondag-deadcode.ll 11 ; When this (partially) dead use gets eliminated (and thus the def
  /external/llvm/test/LTO/X86/
cfi_endproc.ll 19 ; Without -exported-symbol, main should be eliminated by LTO.
  /external/llvm/test/Transforms/ConstProp/
basictest.ll 7 ; should be eliminated.
  /external/llvm/test/Transforms/SCCP/
sccptest.ll 4 ; should be eliminated.

Completed in 985 milliseconds

1 23 4 5 6 7 8 91011>>