/external/llvm/test/Transforms/TailCallElim/ |
ackermann.ll | 2 ; This function contains two tail calls, which should be eliminated
|
/external/llvm/test/tools/gold/X86/ |
thinlto_linkonceresolution.ll | 5 ; linkonce symbol is changed to weak to ensure it is not eliminated.
|
/external/ltp/lib/ |
tst_pid.c | 62 * so this additional '1' is eliminated by the substraction */
|
/external/mesa3d/src/gallium/drivers/ilo/shader/ |
toy_optimize.c | 52 /* never eliminated */
|
/external/swiftshader/third_party/LLVM/test/CodeGen/X86/ |
tailcallstack64.ll | 4 ; FIXME: Redundant unused stack allocation could be eliminated.
|
/external/swiftshader/third_party/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-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.
|
xor2.ll | 1 ; This test makes sure that these instructions are properly eliminated.
|
/external/swiftshader/third_party/LLVM/test/Transforms/LoopDeletion/ |
dcetest.ll | 2 ; that SCCP gets right, and when followed by ADCE, is completely eliminated
|
/external/swiftshader/third_party/LLVM/test/Transforms/SimplifyCFG/ |
2008-01-02-hoist-fp-add.ll | 1 ; The phi should not be eliminated in this case, because the fp op could trap.
|
/external/swiftshader/third_party/LLVM/test/Transforms/TailCallElim/ |
ackermann.ll | 1 ; This function contains two tail calls, which should be eliminated
|
/external/tensorflow/tensorflow/compiler/xla/service/ |
hlo_cse.h | 38 // subexpressions were found and eliminated).
|
/external/v8/src/compiler/ |
escape-analysis.h | 23 // an object is virtual and eliminated.
|
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());
|
/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/cmd/compile/internal/ssa/ |
phielim.go | 66 f.Warnl(v.Pos, "eliminated phi")
|
/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/cmd/compile/internal/ssa/ |
phielim.go | 66 f.Warnl(v.Pos, "eliminated phi")
|
/prebuilts/go/linux-x86/src/go/ast/ |
filter_test.go | 40 // (*t2).f2 is kept and t2.f2 is eliminated in this test case.
|
/art/compiler/optimizing/ |
load_store_elimination.cc | 37 * valid heap value, the load can be eliminated. In order to maintain the 44 * location. The store instruction can be eliminated unless the value stored 50 * - A store that stores the same value as the heap value is eliminated. 59 * can be eliminated if that singleton is not used and does not persist 75 // An unknown heap value. Loads with such a value in the heap location cannot be eliminated. 196 // Remove recorded instructions that should be eliminated. 295 // eliminated if the stores are later found not necessary. The real stored 326 // It's needed for a dependent load that's not eliminated since any store 567 // Load isn't eliminated. Put the load as the value into the HeapLocation. 583 // Load isn't eliminated. Put the load as the value into the HeapLocation [all...] |
/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/swiftshader/third_party/LLVM/lib/Transforms/Utils/ |
SimplifyIndVar.cpp | 34 STATISTIC(NumElimIdentity, "Number of IV identities eliminated"); 36 STATISTIC(NumElimRem , "Number of IV remainder operations eliminated"); 37 STATISTIC(NumElimCmp , "Number of IV comparisons eliminated"); 138 DEBUG(dbgs() << "INDVARS: Eliminated IV operand: " << *IVOperand 181 DEBUG(dbgs() << "INDVARS: Eliminated comparison: " << *ICmp << '\n'); 266 DEBUG(dbgs() << "INDVARS: Eliminated identity: " << *UseInst << '\n');
|
/art/test/530-checker-lse-ctor-fences/smali/ |
Smali.smali | 28 # The object allocation will not be eliminated by LSE because of aliased stores.
|