Lines Matching refs:eh
4 ; use of the llvm.eh.begincatch and llvm.eh.endcatch intrinsics.
8 declare void @llvm.eh.begincatch(i8*, i8*)
10 declare void @llvm.eh.endcatch()
25 %1 = call i32 @llvm.eh.typeid.for(i8* bitcast (i8** @_ZTIi to i8*))
27 br i1 %matches, label %catch, label %eh.resume
30 call void @llvm.eh.begincatch(i8* %exn, i8* null)
35 call void @llvm.eh.endcatch()
41 eh.resume: ; preds = %catch.dispatch
60 %1 = call i32 @llvm.eh.typeid.for(i8* bitcast (i8** @_ZTIi to i8*))
62 br i1 %matches, label %catch, label %eh.resume
73 %l1.1 = call i32 @llvm.eh.typeid.for(i8* bitcast (i8** @_ZTIi to i8*))
75 br i1 %matchesl1, label %catch, label %eh.resume
80 call void @llvm.eh.begincatch(i8* %exn2, i8* null)
86 call void @llvm.eh.endcatch()
90 call void @llvm.eh.endcatch()
91 br label %eh.resume
96 eh.resume: ; preds = %catch.dispatch
106 declare i32 @llvm.eh.typeid.for(i8*)