Lines Matching full:tail
28 %tmp.upgrd.2 = tail call i32 %tmp( ) ; <i32> [#uses=0]
40 tail call void @t2( ) ; <i32> [#uses=0]
51 %0 = tail call double @sin(double %a) nounwind readonly ; <double> [#uses=1]
61 %0 = tail call float @sinf(float %a) nounwind readonly ; <float> [#uses=1]
79 ; Make sure the tail call instruction isn't deleted
92 tail call void @foo() nounwind
96 tail call void @foo() nounwind
100 ; Make sure codegenprep is duplicating ret instructions to enable tail calls.
112 %call = tail call i32 @a(i32 %x) nounwind
122 %call4 = tail call i32 @b(i32 %x) nounwind
127 %call6 = tail call i32 @c(i32 %x) nounwind
174 %call = tail call float @floorf(float %1)
176 %call1 = tail call float @truncf(float %b)