HomeSort by relevance Sort by last modified time
    Searched refs:eliminated (Results 1 - 25 of 42) sorted by null

1 2

  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-mmix/
bpo-5m.d 9 # Three linker-allocated GREGs: one eliminated.
bpo-5.d 9 # Three linker-allocated GREGs: one eliminated.
  /prebuilts/go/darwin-x86/test/fixedbugs/
issue8036.go 7 // Issue 8036. Stores necessary for stack scan being eliminated as redundant by optimizer.
  /prebuilts/go/linux-x86/test/fixedbugs/
issue8036.go 7 // Issue 8036. Stores necessary for stack scan being eliminated as redundant by optimizer.
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/
fuse_test.go 32 t.Errorf("then was not eliminated, but should have")
62 t.Errorf("then was not eliminated, but should have")
65 t.Errorf("then was not eliminated, but should have")
96 t.Errorf("then was not eliminated, but should have")
99 t.Errorf("then was not eliminated, but should have")
128 t.Errorf("%s was not eliminated, but should have", k)
nilcheck_test.go 16 // nil checks, none of which can be eliminated.
95 t.Errorf("secondCheck was not eliminated")
132 t.Errorf("secondCheck was not eliminated")
165 t.Errorf("checkPtr was not eliminated")
199 t.Errorf("checkPtr was not eliminated")
243 t.Errorf("checkPtr was not eliminated")
285 t.Errorf("secondCheck was not eliminated")
382 t.Errorf("secondCheck was not eliminated")
431 t.Errorf("secondCheck was eliminated, but shouldn't have")
phielim.go 66 f.Config.Warnl(v.Line, "eliminated phi")
deadstore.go 27 // Ignore phis - they will always be first and can't be eliminated
deadcode.go 102 // required moves being eliminated. See the comment at the
  /prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/
fuse_test.go 32 t.Errorf("then was not eliminated, but should have")
62 t.Errorf("then was not eliminated, but should have")
65 t.Errorf("then was not eliminated, but should have")
96 t.Errorf("then was not eliminated, but should have")
99 t.Errorf("then was not eliminated, but should have")
128 t.Errorf("%s was not eliminated, but should have", k)
nilcheck_test.go 16 // nil checks, none of which can be eliminated.
95 t.Errorf("secondCheck was not eliminated")
132 t.Errorf("secondCheck was not eliminated")
165 t.Errorf("checkPtr was not eliminated")
199 t.Errorf("checkPtr was not eliminated")
243 t.Errorf("checkPtr was not eliminated")
285 t.Errorf("secondCheck was not eliminated")
382 t.Errorf("secondCheck was not eliminated")
431 t.Errorf("secondCheck was eliminated, but shouldn't have")
phielim.go 66 f.Config.Warnl(v.Line, "eliminated phi")
deadstore.go 27 // Ignore phis - they will always be first and can't be eliminated
deadcode.go 102 // required moves being eliminated. See the comment at the
  /external/v8/src/compiler/
move-optimizer.cc 299 MoveOpVector& eliminated = local_vector();
300 DCHECK(eliminated.empty());
307 left->PrepareInsertAfter(move, &eliminated);
310 for (MoveOperands* to_eliminate : eliminated) {
313 eliminated.clear();
322 DCHECK(eliminated.empty());
instruction.cc 279 MoveOperands* eliminated = nullptr; local
287 if (no_aliasing && eliminated != nullptr) break;
291 eliminated = curr;
    [all...]
  /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.
  /prebuilts/go/darwin-x86/src/math/
sin.go 28 // eliminated by contriving an extended precision modular arithmetic.
59 // eliminated by contriving an extended precision modular arithmetic.
  /prebuilts/go/linux-x86/src/math/
sin.go 28 // eliminated by contriving an extended precision modular arithmetic.
59 // eliminated by contriving an extended precision modular arithmetic.
  /prebuilts/go/darwin-x86/test/chan/
sieve2.go 118 // The channel of all composites to be eliminated in increasing order.
  /prebuilts/go/linux-x86/test/chan/
sieve2.go 118 // The channel of all composites to be eliminated in increasing order.
  /prebuilts/go/darwin-x86/src/crypto/elliptic/
p224.go 426 // 1) The first time that we eliminated top, we didn't push out[3] over
429 // 2) We did push out[3] over 2**28 the first time that we eliminated top.
433 // 0xf000. Thus it cannot have overflowed when we eliminated top for the
  /prebuilts/go/linux-x86/src/crypto/elliptic/
p224.go 426 // 1) The first time that we eliminated top, we didn't push out[3] over
429 // 2) We did push out[3] over 2**28 the first time that we eliminated top.
433 // 0xf000. Thus it cannot have overflowed when we eliminated top for the
  /external/r8/src/main/java/com/android/tools/r8/ir/optimize/
CodeRewriter.java     [all...]

Completed in 429 milliseconds

1 2