Home
last modified time | relevance | path

Searched refs:eliminated (Results 1 – 25 of 252) sorted by relevance

1234567891011

/external/llvm/test/tools/gold/X86/
Dthinlto_internalize.ll11 ; f() should be internalized and eliminated after inlining
14 ; h() should be internalized after promotion, and eliminated after inlining
/external/swiftshader/third_party/subzero/docs/
DLOWERING.rst151 call instruction, such that if its linked instruction is dead-code eliminated,
152 the ``InstFakeKill`` instruction is eliminated as well. The linked ``call``
179 ends up being dead-code eliminated, the ``InstFakeDef`` instruction may be
180 eliminated as well.
186 elimination. However, some instructions must not be eliminated in order to
193 the ``InstFakeUse`` instruction has no ``Dest``, it will not be eliminated.
206 eliminated if its result were unused.
209 instruction to be dead-code eliminated only when none of its results is live.
235 eliminated. The solution is to add an ``InstFakeUse`` as well.
/external/llvm/test/Transforms/DeadStoreElimination/
Datomic.ll78 ; 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/
Dmove-optimizer.cc299 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/llvm/test/Transforms/IndVarSimplify/
Deliminate-max.ll5 ; There are two here which cannot be eliminated.
6 ; There's one that icmp which can be eliminated and which indvars currently
/external/swiftshader/third_party/LLVM/test/Transforms/IndVarSimplify/
Deliminate-max.ll5 ; 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/
Dphi-immediate-factoring.ll2 … -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/libxml2/test/automata/
Dabba2 # Tests ab*a with an eliminated epsilon transition
/external/llvm/test/Transforms/SimplifyCFG/
Dempty-cleanuppad.ll16 ; 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/swiftshader/third_party/LLVM/test/Transforms/InstCombine/
Dapint-mul1.ll1 ; This test makes sure that mul instructions are properly eliminated.
Dapint-mul2.ll1 ; This test makes sure that mul instructions are properly eliminated.
D2002-08-02-CastTest.ll1 ; This testcase is incorrectly getting completely eliminated. There should be
D2008-06-13-ReadOnlyCallStore.ll5 store i8 0, i8* %s, align 1 ; This store cannot be eliminated!
/external/llvm/test/Transforms/InstCombine/
Dapint-mul1.ll1 ; This test makes sure that mul instructions are properly eliminated.
Dapint-mul2.ll1 ; This test makes sure that mul instructions are properly eliminated.
D2008-06-13-ReadOnlyCallStore.ll5 store i8 0, i8* %s, align 1 ; This store cannot be eliminated!
/external/swiftshader/third_party/LLVM/test/Linker/
D2004-12-03-DisagreeingType.ll6 ; When linked, the global above should be eliminated, being merged with the
/external/llvm/test/Linker/
D2004-12-03-DisagreeingType.ll7 ; When linked, the global above should be eliminated, being merged with the
/external/llvm/test/Transforms/ConstProp/
Dphi.ll2 ; should be eliminated.
/external/llvm/test/Transforms/SCCP/
Dapint-basictest.ll2 ; should be eliminated.
Dapint-basictest2.ll2 ; and phi instruction should be eliminated.
/external/swiftshader/third_party/LLVM/test/Transforms/ConstProp/
Dphi.ll2 ; should be eliminated.
/external/swiftshader/third_party/LLVM/test/Transforms/SCCP/
Dapint-basictest.ll2 ; should be eliminated.
Dapint-basictest2.ll2 ; and phi instruction should be eliminated.
/external/llvm/test/LTO/X86/
Dsymver-asm.ll10 ; RecordStreamer, so it shouldn't get eliminated. However, the object file will

1234567891011