Lines Matching refs:invoke
25 invoke void @f()
26 to label %invoke.cont unwind label %catch.dispatch
34 catchret from %tmp3 to label %invoke.cont
41 catchret from %tmp5 to label %invoke.cont
43 invoke.cont:
48 ; Split the basic block to ensure bitcast ends up in invoke.cont.split.
49 br label %invoke.cont.split
51 invoke.cont.split:
52 invoke void @f()
53 to label %invoke.cont1 unwind label %ehcleanup
55 invoke.cont1:
59 %tmp8 = phi %0* [ %cast, %catch.dispatch1 ], [ %cast1, %invoke.cont.split ]
68 ; CHECK-NEXT: invoke void @f()
69 ; CHECK-NEXT: to label %invoke.cont unwind label %catch.dispatch
71 ; CHECK-LABEL: invoke.cont.split:
73 ; CHECK-NEXT: invoke void @f()
74 ; CHECK-NEXT: to label %invoke.cont1 unwind label %ehcleanup
77 ; CHECK-NEXT: %tmp8 = phi %0* [ %0, %catch.dispatch1 ], [ %1, %invoke.cont.split ]