Home | History | Annotate | Download | only in Mips

Lines Matching full:nounwind

8 define void @p1(i16 signext %s, i8 signext %c) nounwind {
12 %call = tail call i32 (i8*, ...)* @printf(i8* getelementptr inbounds ([9 x i8]* @.str, i32 0, i32 0), i32 %conv, i32 %conv1) nounwind
16 declare i32 @printf(i8* nocapture, ...) nounwind
18 define void @p2() nounwind {
26 %call.i = tail call i32 (i8*, ...)* @printf(i8* getelementptr inbounds ([9 x i8]* @.str, i32 0, i32 0), i32 %conv.i, i32 %conv1.i) nounwind
34 define void @test() nounwind {
42 %call.i.i = call i32 (i8*, ...)* @printf(i8* getelementptr inbounds ([9 x i8]* @.str, i32 0, i32 0), i32 16, i32 99) nounwind
51 %call.i = call i32 (i8*, ...)* @printf(i8* getelementptr inbounds ([9 x i8]* @.str, i32 0, i32 0), i32 %conv.i, i32 %conv1.i) nounwind
61 define i32 @main() nounwind {
66 call void @llvm.lifetime.start(i64 -1, i8* %0) nounwind
67 call void @llvm.lifetime.start(i64 -1, i8* %c.i) nounwind
72 %call.i.i.i = call i32 (i8*, ...)* @printf(i8* getelementptr inbounds ([9 x i8]* @.str, i32 0, i32 0), i32 16, i32 99) nounwind
81 %call.i.i = call i32 (i8*, ...)* @printf(i8* getelementptr inbounds ([9 x i8]* @.str, i32 0, i32 0), i32 %conv.i.i, i32 %conv1.i.i) nounwind
82 call void @llvm.lifetime.end(i64 -1, i8* %0) nounwind
83 call void @llvm.lifetime.end(i64 -1, i8* %c.i) nounwind
87 declare void @llvm.lifetime.start(i64, i8* nocapture) nounwind
89 declare void @llvm.lifetime.end(i64, i8* nocapture) nounwind