Home | History | Annotate | Download | only in MemCpyOpt

Lines Matching full:byval

73   call void @test4a(i8* align 1 byval %a)
79 declare void @test4a(i8* align 1 byval)
86 declare void @test5a(%struct.S* align 16 byval) nounwind ssp
97 call void @test5a(%struct.S* align 16 byval %y)
101 ; CHECK: call void @test5a(%struct.S* byval align 16 %y)
113 ; PR9794 - Should forward memcpy into byval argument even though the memcpy
117 define i32 @test7(%struct.p* nocapture align 8 byval %q) nounwind ssp {
123 %call = call i32 @g(%struct.p* align 8 byval %agg.tmp) nounwind
126 ; CHECK: call i32 @g(%struct.p* byval align 8 %q) [[NUW:#[0-9]+]]
129 declare i32 @g(%struct.p* align 8 byval)