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

1 2 3 4 5 6 7 8 91011>>

  /art/test/106-exceptions2/src/
Main.java 26 // "this" check should be eliminated on both IGET/IPUT
29 // "this" check should be eliminated on both IGET/IPUT
31 // Check not eliminated
33 // Check not eliminated
36 // Check not eliminated
40 // Check eliminated
43 // Check not eliminated
48 // Check eliminated
51 // All null checks eliminated
63 // "this" check should be eliminated on both IGET/IPU
    [all...]
  /external/chromium_org/third_party/mesa/src/src/glsl/tests/lower_jumps/
lower_returns_1.opt_test 6 # eliminated.
  /external/llvm/test/Transforms/InstCombine/
apint-mul1.ll 1 ; This test makes sure that mul instructions are properly eliminated.
2002-08-02-CastTest.ll 1 ; This testcase is incorrectly getting completely eliminated. There should be
apint-mul2.ll 1 ; This test makes sure that mul instructions are properly eliminated.
2008-06-13-ReadOnlyCallStore.ll 5 store i8 0, i8* %s, align 1 ; This store cannot be eliminated!
invariant.ll 1 ; Test to make sure unused llvm.invariant.start calls are not trivially eliminated
apint-div1.ll 1 ; This test makes sure that div instructions are properly eliminated.
apint-div2.ll 1 ; This test makes sure that div instructions are properly eliminated.
apint-rem1.ll 1 ; This test makes sure that these instructions are properly eliminated.
apint-rem2.ll 1 ; This test makes sure that these instructions are properly eliminated.
  /external/mesa3d/src/glsl/tests/lower_jumps/
lower_returns_1.opt_test 6 # eliminated.
  /external/llvm/test/Linker/
2004-12-03-DisagreeingType.ll 7 ; When linked, the global above should be eliminated, being merged with the
  /external/llvm/test/Transforms/SCCP/
apint-basictest.ll 2 ; should be eliminated.
apint-basictest2.ll 2 ; and phi instruction should be eliminated.
2003-08-26-InvokeHandling.ll 1 ; The PHI cannot be eliminated from this testcase, SCCP is mishandling invoke's!
  /external/llvm/test/LTO/
symver-asm.ll 10 ; RecordStreamer, so it shouldn't get eliminated. However, the object file will
  /external/llvm/test/Transforms/ConstProp/
phi.ll 2 ; should be eliminated.
  /art/compiler/dex/
mir_optimization_test.cc 293 DEF_MIR(Instruction::SGET, 6u, 0u), // Eliminated (block #3 dominates #6).
295 DEF_MIR(Instruction::SGET, 6u, 1u), // Not eliminated (block #4 doesn't dominate #6).
297 DEF_MIR(Instruction::SGET, 4u, 2u), // Eliminated (block #3 dominates #4).
299 DEF_MIR(Instruction::SGET, 5u, 3u), // Eliminated (block #3 dominates #5).
301 DEF_MIR(Instruction::SGET, 6u, 4u), // Eliminated (block #3 dominates #6).
303 DEF_MIR(Instruction::SGET, 6u, 5u), // Not eliminated (block #4 doesn't dominate #6).
305 DEF_MIR(Instruction::SGET, 6u, 6u), // Not eliminated (block #5 doesn't dominate #6).
308 DEF_MIR(Instruction::SGET, 6u, 7u), // Eliminated (initialized in both blocks #3 and #4).
311 DEF_MIR(Instruction::SGET, 6u, 8u), // Eliminated (with sfield[9] in block #5).
312 DEF_MIR(Instruction::SPUT, 6u, 9u), // Eliminated (with sfield[8] in block #4)
    [all...]
  /external/llvm/test/CodeGen/NVPTX/
intrin-nocapture.ll 4 ; optimizations (such as the store below being eliminated as dead code). This
  /external/llvm/test/Transforms/LoopDeletion/
multiple-exits.ll 3 ; Checks whether dead loops with multiple exits can be eliminated
  /external/llvm/test/Transforms/Mem2Reg/
PromoteMemToRegister.ll 1 ; Simple sanity check testcase. Both alloca's should be eliminated.
  /external/llvm/test/Transforms/SimplifyCFG/
2003-08-17-BranchFoldOrdering.ll 2 ; 'br Dest'. This can only happen after the 'Z' block is eliminated. This is
PhiBlockMerge2.ll 3 ; dominated by the block-to-be-eliminated
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/annotations/
ExternallyReferenced.java 20 * Denotes that the class, method or field should not be eliminated by ProGuard,

Completed in 416 milliseconds

1 2 3 4 5 6 7 8 91011>>