Searched refs:eliminated (Results 1 – 25 of 239) sorted by relevance
12345678910
/external/llvm/test/tools/gold/X86/ |
D | thinlto_internalize.ll | 11 ; f() should be internalized and eliminated after inlining 14 ; h() should be internalized after promotion, and eliminated after inlining
|
/external/llvm/test/Transforms/DeadStoreElimination/ |
D | atomic.ll | 78 ; DSE across monotonic load (allowed as long as the eliminated store isUnordered) 89 ; DSE across monotonic store (allowed as long as the eliminated store isUnordered) 100 ; DSE across monotonic load (forbidden since the eliminated store is atomic) 111 ; DSE across monotonic store (forbidden since the eliminated store is atomic)
|
/external/v8/src/compiler/ |
D | move-optimizer.cc | 299 MoveOpVector& eliminated = local_vector(); in CompressMoves() local 300 DCHECK(eliminated.empty()); in CompressMoves() 307 left->PrepareInsertAfter(move, &eliminated); in CompressMoves() 310 for (MoveOperands* to_eliminate : eliminated) { in CompressMoves() 313 eliminated.clear(); in CompressMoves() 322 DCHECK(eliminated.empty()); in CompressMoves()
|
/external/swiftshader/third_party/LLVM/test/Transforms/IndVarSimplify/ |
D | eliminate-max.ll | 5 ; There are two here which cannot be eliminated. 6 ; There's one that icmp which can be eliminated and which indvars currently
|
/external/llvm/test/CodeGen/X86/ |
D | phi-immediate-factoring.ll | 2 … -disable-preheader-prot=true -march=x86 -stats 2>&1 | grep "Number of blocks eliminated" | grep 6 3 … -disable-preheader-prot=false -march=x86 -stats 2>&1 | grep "Number of blocks eliminated" | grep 3
|
/external/llvm/test/Transforms/IndVarSimplify/ |
D | eliminate-max.ll | 5 ; There are two here which cannot be eliminated. 6 ; There's one that icmp which can be eliminated and which indvars currently
|
/external/llvm/test/Transforms/SimplifyCFG/ |
D | 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/libxml2/test/automata/ |
D | abba | 2 # Tests ab*a with an eliminated epsilon transition
|
/external/llvm/test/Transforms/InstCombine/ |
D | apint-mul1.ll | 1 ; This test makes sure that mul instructions are properly eliminated.
|
D | apint-mul2.ll | 1 ; This test makes sure that mul instructions are properly eliminated.
|
D | fabs.ll | 3 ; Make sure all library calls are eliminated when the input is known positive. 39 ; Make sure all intrinsic calls are eliminated when the input is known positive.
|
D | 2008-06-13-ReadOnlyCallStore.ll | 5 store i8 0, i8* %s, align 1 ; This store cannot be eliminated!
|
/external/swiftshader/third_party/LLVM/test/Transforms/InstCombine/ |
D | apint-mul1.ll | 1 ; This test makes sure that mul instructions are properly eliminated.
|
D | apint-mul2.ll | 1 ; This test makes sure that mul instructions are properly eliminated.
|
D | 2002-08-02-CastTest.ll | 1 ; This testcase is incorrectly getting completely eliminated. There should be
|
D | 2008-06-13-ReadOnlyCallStore.ll | 5 store i8 0, i8* %s, align 1 ; This store cannot be eliminated!
|
/external/swiftshader/third_party/LLVM/test/Linker/ |
D | 2004-12-03-DisagreeingType.ll | 6 ; When linked, the global above should be eliminated, being merged with the
|
/external/llvm/test/Linker/ |
D | 2004-12-03-DisagreeingType.ll | 7 ; When linked, the global above should be eliminated, being merged with the
|
/external/llvm/test/Transforms/SCCP/ |
D | apint-basictest.ll | 2 ; should be eliminated.
|
D | apint-basictest2.ll | 2 ; and phi instruction should be eliminated.
|
/external/llvm/test/Transforms/ConstProp/ |
D | phi.ll | 2 ; should be eliminated.
|
/external/swiftshader/third_party/LLVM/test/Transforms/ConstProp/ |
D | phi.ll | 2 ; should be eliminated.
|
/external/swiftshader/third_party/LLVM/test/Transforms/SCCP/ |
D | apint-basictest.ll | 2 ; should be eliminated.
|
D | apint-basictest2.ll | 2 ; and phi instruction should be eliminated.
|
/external/llvm/test/LTO/X86/ |
D | symver-asm.ll | 10 ; RecordStreamer, so it shouldn't get eliminated. However, the object file will
|
12345678910