Lines Matching refs:catch

23     to label %exit unwind label %catch.pad
24 catch.pad:
25 %cs1 = catchswitch within none [label %catch.body] unwind label %unreachable.unwind
26 ; CHECK: catch.pad:
27 ; CHECK-NEXT: catchswitch within none [label %catch.body] unwind to caller
28 catch.body:
29 ; CHECK: catch.body:
33 %catch = catchpad within %cs1 []
35 catchret from %catch to label %unreachable
72 to label %exit unwind label %catch.pad
74 catch.pad:
75 %cs1 = catchswitch within none [label %catch.body] unwind to caller
77 catch.body:
78 %catch = catchpad within %cs1 []
79 catchret from %catch to label %exit
89 to label %exit unwind label %catch.pad
91 catch.pad:
92 %cs1 = catchswitch within none [label %catch.body, label %catch.body] unwind to caller
93 ; CHECK: catchswitch within none [label %catch.body] unwind to caller
95 catch.body:
96 %catch = catchpad within %cs1 [i8* null, i32 0, i8* null]
97 catchret from %catch to label %exit
107 to label %exit unwind label %catch.pad
109 catch.pad:
110 %cs1 = catchswitch within none [label %catch.body, label %catch.body2] unwind to caller
111 ; CHECK: catchswitch within none [label %catch.body] unwind to caller
113 catch.body:
114 %catch = catchpad within %cs1 [i8* null, i32 0, i8* null]
115 catchret from %catch to label %exit
117 catch.body2:
129 to label %exit unwind label %catch.pad
131 catch.pad:
132 %cs1 = catchswitch within none [label %catch.body, label %catch.body2] unwind to caller
133 ; CHECK: catchswitch within none [label %catch.body] unwind to caller
135 catch.body2:
139 catch.body:
140 %catch = catchpad within %cs1 [i8* null, i32 0, i8* null]
141 catchret from %catch to label %exit
151 to label %exit unwind label %catch.pad
153 catch.pad:
154 %cs1 = catchswitch within none [label %catch.body, label %catch.body2] unwind to caller
155 ; CHECK: catchswitch within none [label %catch.body, label %catch.body2] unwind to caller
157 catch.body:
158 %catch = catchpad within %cs1 [i8* null, i32 0, i8* null]
159 catchret from %catch to label %exit
161 catch.body2: