Searched refs:DEAD (Results 1 – 25 of 64) sorted by relevance
123
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/GVN/PRE/ |
D | rle-semidominated.ll | 18 %DEAD = load i32, i32* %p 19 ret i32 %DEAD 28 ; CHECK-NEXT: %DEAD.pre = load i32, i32* %p 34 ; CHECK-NEXT: %DEAD = phi i32 [ 0, %block3 ], [ %DEAD.pre, %block2 ] 35 ; CHECK-NEXT: ret i32 %DEAD
|
/external/swiftshader/third_party/LLVM/test/Transforms/SimplifyCFG/ |
D | switch_thread.ll | 2 ; RUN: not grep {call void @DEAD} 10 declare void @DEAD() 28 call void @DEAD( ) 29 call void @DEAD( ) 46 call void @DEAD( ) 67 call void @DEAD( )
|
/external/swiftshader/third_party/LLVM/test/Transforms/GVN/ |
D | rle-must-alias.ll | 1 ; RUN: opt < %s -basicaa -gvn -S | grep {DEAD = phi i32 } 4 ; allows DEAD to be removed. This is PR3198. 6 ; The %7 and %4 loads combine to make %DEAD unneeded. 35 %DEAD = load i32* %9, align 4 ; <i32> [#uses=1] 36 ret i32 %DEAD
|
D | rle-semidominated.ll | 1 ; RUN: opt < %s -basicaa -gvn -S | grep {DEAD = phi i32 } 17 %DEAD = load i32* %p 18 ret i32 %DEAD
|
D | rle-nonlocal.ll | 17 ; CHECK: %DEAD = phi 19 %DEAD = load i32** %p 20 %c = load i32* %DEAD
|
/external/llvm/test/Transforms/GVN/ |
D | rle-must-alias.ll | 1 ; RUN: opt < %s -basicaa -gvn -S | grep "DEAD = phi i32 " 4 ; allows DEAD to be removed. This is PR3198. 6 ; The %7 and %4 loads combine to make %DEAD unneeded. 35 %DEAD = load i32, i32* %9, align 4 ; <i32> [#uses=1] 36 ret i32 %DEAD
|
D | rle-semidominated.ll | 1 ; RUN: opt < %s -basicaa -gvn -S | grep "DEAD = phi i32 " 18 %DEAD = load i32, i32* %p 19 ret i32 %DEAD
|
D | rle-nonlocal.ll | 18 ; CHECK: %DEAD = phi 20 %DEAD = load i32*, i32** %p 21 %c = load i32, i32* %DEAD
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/DeadArgElim/ |
D | deadretval2.ll | 2 ; RUN: cat %t | not grep DEAD 23 %DEAD = load i32, i32* @P ; <i32> [#uses=1] 24 ret i32 %DEAD 32 %DEAD = call i32 @foo( ) ; <i32> [#uses=1] 33 %DEAD2 = call i32 @id( i32 %DEAD ) ; <i32> [#uses=0]
|
D | multdeadretval.ll | 14 %DEAD = call i16 @test4() 16 %B = insertvalue {i32,i16} %A, i16 %DEAD, 1 24 %DEAD = extractvalue {i16, i32} %ret, 0 52 %DEAD = extractvalue {i32, i16} %ret, 1 54 %LIVE2 = call i32 @test3(i16 %DEAD) ; <i32> [#uses=1]
|
D | deadretval.ll | 1 ; RUN: opt < %s -deadargelim -S | not grep DEAD 9 %DEAD = call i32 @test( i32 %A ) ; <i32> [#uses=0]
|
/external/llvm/test/Transforms/DeadArgElim/ |
D | deadretval2.ll | 2 ; RUN: cat %t | not grep DEAD 23 %DEAD = load i32, i32* @P ; <i32> [#uses=1] 24 ret i32 %DEAD 32 %DEAD = call i32 @foo( ) ; <i32> [#uses=1] 33 %DEAD2 = call i32 @id( i32 %DEAD ) ; <i32> [#uses=0]
|
D | multdeadretval.ll | 14 %DEAD = call i16 @test4() 16 %B = insertvalue {i32,i16} %A, i16 %DEAD, 1 24 %DEAD = extractvalue {i16, i32} %ret, 0 52 %DEAD = extractvalue {i32, i16} %ret, 1 54 %LIVE2 = call i32 @test3(i16 %DEAD) ; <i32> [#uses=1]
|
D | deadretval.ll | 1 ; RUN: opt < %s -deadargelim -S | not grep DEAD 9 %DEAD = call i32 @test( i32 %A ) ; <i32> [#uses=0]
|
/external/swiftshader/third_party/LLVM/test/Transforms/DeadArgElim/ |
D | deadretval2.ll | 2 ; RUN: cat %t | not grep DEAD 23 %DEAD = load i32* @P ; <i32> [#uses=1] 24 ret i32 %DEAD 32 %DEAD = call i32 @foo( ) ; <i32> [#uses=1] 33 %DEAD2 = call i32 @id( i32 %DEAD ) ; <i32> [#uses=0]
|
D | multdeadretval.ll | 14 %DEAD = call i16 @test4() 16 %B = insertvalue {i32,i16} %A, i16 %DEAD, 1 24 %DEAD = extractvalue {i16, i32} %ret, 0 52 %DEAD = extractvalue {i32, i16} %ret, 1 54 %LIVE2 = call i32 @test3(i16 %DEAD) ; <i32> [#uses=1]
|
D | deadretval.ll | 1 ; RUN: opt < %s -deadargelim -S | not grep DEAD 9 %DEAD = call i32 @test( i32 %A ) ; <i32> [#uses=0]
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/GVN/ |
D | rle-must-alias.ll | 4 ; allows DEAD to be removed. This is PR3198. 6 ; The %7 and %4 loads combine to make %DEAD unneeded. 35 %DEAD = load i32, i32* %9, align 4 ; <i32> [#uses=1] 36 ; CHECK: %DEAD = phi i32 [ 0, %bb1 ], [ %4, %bb ] 37 ret i32 %DEAD
|
D | rle-nonlocal.ll | 18 ; CHECK: %DEAD = phi 20 %DEAD = load i32*, i32** %p 21 %c = load i32, i32* %DEAD
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/NewGVN/ |
D | rle-must-alias.ll | 5 ; allows DEAD to be removed. This is PR3198. 7 ; The %7 and %4 loads combine to make %DEAD unneeded. 36 %DEAD = load i32, i32* %9, align 4 ; <i32> [#uses=1] 37 ; CHECK: %DEAD = phi i32 [ 0, %bb1 ], [ %4, %bb ] 38 ret i32 %DEAD
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/DeadStoreElimination/ |
D | debuginfo.ll | 16 ; CHECK-NEXT: @llvm.dbg.value(metadata i32* %P, metadata ![[DEAD:.*]], metadata !DIExpression(DW_OP… 23 %DEAD = load i32, i32* %P 24 %DEAD2 = add i32 %DEAD, 1 33 ; CHECK: ![[DEAD]] = !DILocalVariable(name: "3"
|
/external/llvm/test/Transforms/SimplifyCFG/ |
D | switch_thread.ll | 9 declare void @DEAD() 27 call void @DEAD( ) 28 call void @DEAD( ) 45 call void @DEAD( ) 81 call void @DEAD( )
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/SimplifyCFG/ |
D | switch_thread.ll | 9 declare void @DEAD() 27 call void @DEAD( ) 28 call void @DEAD( ) 45 call void @DEAD( ) 81 call void @DEAD( )
|
/external/llvm/test/Transforms/GlobalDCE/ |
D | 2009-01-05-DeadAliases.ll | 3 ; RUN: FileCheck --check-prefix=DEAD %s < %t 9 ; DEAD-NOT: @D
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/GlobalDCE/ |
D | 2009-01-05-DeadAliases.ll | 3 ; RUN: FileCheck --check-prefix=DEAD %s < %t 9 ; DEAD-NOT: @D
|
123