Lines Matching refs:cont
28 invoke void @g() to label %invoke.cont unwind label %ehcleanup
30 invoke.cont: ; preds = %entry
77 invoke void @g() to label %invoke.cont unwind label %ehcleanup
79 invoke.cont: ; preds = %entry
80 br label %try.cont
95 br label %try.cont
97 try.cont: ; preds = %catchret.dest, %invoke.cont
124 ; CHECK: to label %try.cont unwind label %catch.dispatch
139 invoke void @g() to label %invoke.cont unwind label %ehcleanup
141 invoke.cont: ; preds = %entry
142 br label %try.cont
156 br label %try.cont
158 try.cont: ; preds = %catchret.dest, %invoke.cont
189 ; CHECK: to label %try.cont unwind label %catch.dispatch
201 to label %invoke.cont unwind label %ehcleanup
203 invoke.cont: ; preds = %entry
205 to label %try.cont unwind label %catch.dispatch
207 catch.dispatch: ; preds = %invoke.cont
212 catchret from %0 to label %try.cont
214 try.cont: ; preds = %catch, %invoke.cont
244 ; CHECK: invoke.cont:
249 ; CHECK: %state.0 = phi i32 [ 2, %invoke.cont ], [ 1, %entry ]
254 to label %invoke.cont unwind label %ehcleanup
256 invoke.cont: ; preds = %entry
260 ehcleanup: ; preds = %invoke.cont, %entry
261 %state.0 = phi i32 [ 2, %invoke.cont ], [ 1, %entry ]
272 return: ; preds = %invoke.cont, %catch
273 %retval.0 = phi i32 [ %state.0, %catch ], [ 0, %invoke.cont ]
301 ; CHECK: invoke.cont:
303 ; CHECK: invoke.cont.1:
308 ; CHECK: %state.1 = phi i32 [ 1, %entry ], [ 3, %invoke.cont.1 ], [ 2, %invoke.cont ]
313 to label %invoke.cont unwind label %catch.dispatch
315 invoke.cont: ; preds = %entry
317 to label %invoke.cont.1 unwind label %ehcleanup
319 invoke.cont.1: ; preds = %invoke.cont
323 ehcleanup: ; preds = %invoke.cont.1, %invoke.cont
324 %state.0 = phi i32 [ 3, %invoke.cont.1 ], [ 2, %invoke.cont ]
336 return: ; preds = %invoke.cont.1, %catch
337 %retval.0 = phi i32 [ %state.1, %catch ], [ 0, %invoke.cont.1 ]
371 ; CHECK: invoke.cont:
376 ; CHECK: %x = phi i32 [ 2, %invoke.cont ], [ 1, %entry ], [ %x, %catch.cont ]
381 to label %invoke.cont unwind label %ehcleanup
383 invoke.cont: ; preds = %entry
387 ehcleanup: ; preds = %invoke.cont, %entry
388 %x = phi i32 [ 2, %invoke.cont ], [ 1, %entry ]
392 catch.dispatch: ; preds = %ehcleanup, %catch.cont
398 catchret from %1 to label %catch.cont
400 catch.cont: ; preds = %catch
404 return: ; preds = %invoke.cont, %catch.cont
419 to label %try.cont unwind label %ehcleanup
431 catchret from %catch.pad to label %try.cont
433 try.cont: