Lines Matching full:dead
9 %DEAD = load i32* %Q
10 store i32 %DEAD, i32* %P
65 store i32 10, i32* %p, align 4 ;; dead.
76 store i32 10, i32* %p, align 4 ;; dead.
119 ; DSE should delete the dead trampoline.
149 ; %P doesn't escape, the DEAD instructions should be removed.
154 %DEAD = load i32* %P
155 %DEAD2 = add i32 %DEAD, 1
172 %DEAD = load i32* %Q
173 store i32 %DEAD, i32* %P
183 ;; Fully dead overwrite of memcpy.
239 ; The store here is not dead because the byval call reads it.