Home | History | Annotate | Download | only in PowerPC

Lines Matching full:nounwind

5 define void @foo() nounwind readnone noinline {
9 define weak void @foo_weak() nounwind {
14 define void @test_direct() nounwind readnone {
16 tail call void @foo() nounwind
24 define void @test_weak() nounwind readnone {
26 tail call void @foo_weak() nounwind
33 define void @test_indirect(void ()* nocapture %fp) nounwind {
35 tail call void %fp() nounwind
46 define void @test_abs() nounwind {
48 tail call void inttoptr (i64 1024 to void ()*)() nounwind
54 declare double @sin(double) nounwind
57 define double @test_external(double %x) nounwind {
59 %call = tail call double @sin(double %x) nounwind