Lines Matching refs:byval
31 …call void @callee1(float 2.000000e+01, %struct.S1* byval bitcast (%0* @f1.s1 to %struct.S1*)) noun…
32 call void @callee2(%struct.S2* byval @f1.s2) nounwind
35 …call void @callee3(float 2.100000e+01, %struct.S3* byval %agg.tmp10, %struct.S1* byval bitcast (%0…
39 declare void @callee1(float, %struct.S1* byval)
41 declare void @callee2(%struct.S2* byval)
43 declare void @callee3(float, %struct.S3* byval, %struct.S1* byval)
45 define void @f2(float %f, %struct.S1* nocapture byval %s1) nounwind {
82 define void @f3(%struct.S2* nocapture byval %s2) nounwind {
101 define void @f4(float %f, %struct.S3* nocapture byval %s3, %struct.S1* nocapture byval %s1) nounwin…
125 define void @f5(i64 %a0, %struct.S4* nocapture byval %a1) nounwind {
127 tail call void @f6(%struct.S4* byval %a1, i64 %a0) nounwind
131 declare void @f6(%struct.S4* nocapture byval, i64)