Home | History | Annotate | Download | only in DeadArgElim

Lines Matching full:void

3 define void @test(i32) {
4 ret void
7 define void @foo() {
8 call void @test(i32 0)
9 ret void
14 define void @f(i32 %X) {
16 tail call void @sideeffect() nounwind
17 ret void
20 declare void @sideeffect()
22 define void @g(i32 %n) {
25 ; CHECK: tail call void @f(i32 undef)
26 tail call void @f(i32 %add)
27 ret void
30 define void @h() {
35 ; CHECK-next: call void @f(i32 undef)
37 call void @f(i32 %tmp)
38 ret void
46 define void @weak_f_caller() nounwind {
50 ret void