Lines Matching refs:pad
15 %pad = cleanuppad within none []
16 call void @g() [ "funclet"(token %pad) ]
17 cleanupret from %pad unwind to caller
30 %pad.inner = cleanuppad within none []
31 call void @g() [ "funclet"(token %pad.inner) ]
32 cleanupret from %pad.inner unwind label %cleanup.outer
34 ; The call here needs to remain a call becuase pad.inner has a cleanupret
41 %pad.outer = cleanuppad within none []
42 call void @g() [ "funclet"(token %pad.outer) ]
43 cleanupret from %pad.outer unwind to caller
67 %pad = cleanuppad within none []
68 call void @g() [ "funclet"(token %pad) ]
69 cleanupret from %pad unwind to caller
132 %pad = cleanuppad within none []
133 call void @g() [ "funclet"(token %pad) ]
134 cleanupret from %pad unwind to caller
147 %pad = cleanuppad within none []
148 call void @g() [ "funclet"(token %pad) ]
153 ; CHECK-NEXT: %[[pad:[^ ]+]] = cleanuppad within none
154 ; CHECK-NEXT: invoke void @g() [ "funclet"(token %[[pad]]) ]
172 %pad = cleanuppad within none []
173 call void @g() [ "funclet"(token %pad) ]
174 cleanupret from %pad unwind to caller
222 %pad = cleanuppad within none []
223 call void @g() [ "funclet"(token %pad) ]
224 cleanupret from %pad unwind to caller
237 %noinfo.root.pad = cleanuppad within none []
238 call void @g() [ "funclet"(token %noinfo.root.pad) ]
239 invoke void @g() [ "funclet"(token %noinfo.root.pad) ]
253 %noinfo.left.pad = cleanuppad within %noinfo.root.pad []
254 invoke void @g() [ "funclet"(token %noinfo.left.pad) ]
262 …%noinfo.left.child.cs = catchswitch within %noinfo.left.pad [label %noinfo.left.child.catch] unwin…
267 %noinfo.left.child.pad = catchpad within %noinfo.left.child.cs []
268 call void @g() [ "funclet"(token %noinfo.left.child.pad) ]
276 invoke void @g() [ "funclet"(token %noinfo.root.pad) ]
283 …%noinfo.right.cs = catchswitch within %noinfo.root.pad [label %noinfo.right.catch] unwind to caller
288 %noinfo.right.pad = catchpad within %noinfo.right.cs []
289 invoke void @g() [ "funclet"(token %noinfo.right.pad) ]
297 %noinfo.right.child.pad = cleanuppad within %noinfo.right.pad []
298 call void @g() [ "funclet"(token %noinfo.right.child.pad) ]
313 %implicit.root.pad = cleanuppad within none []
314 call void @g() [ "funclet"(token %implicit.root.pad) ]
315 invoke void @g() [ "funclet"(token %implicit.root.pad) ]
328 %implicit.left.pad = cleanuppad within %implicit.root.pad []
329 invoke void @g() [ "funclet"(token %implicit.left.pad) ]
337 …%implicit.left.child.cs = catchswitch within %implicit.left.pad [label %implicit.left.child.catch]…
342 %implicit.left.child.pad = catchpad within %implicit.left.child.cs []
343 call void @g() [ "funclet"(token %implicit.left.child.pad) ]
350 invoke void @g() [ "funclet"(token %implicit.root.pad) ]
357 …%implicit.right.cs = catchswitch within %implicit.root.pad [label %implicit.right.catch] unwind la…
363 %implicit.right.pad = catchpad within %implicit.right.cs []
364 invoke void @g() [ "funclet"(token %implicit.right.pad) ]
372 %implicit.right.child.pad = cleanuppad within %implicit.right.pad []
373 invoke void @g() [ "funclet"(token %implicit.right.child.pad) ]
381 …%implicit.right.grandchild.cs = catchswitch within %implicit.right.child.pad [label %implicit.righ…
386 %implicit.right.grandhcild.pad = catchpad within %implicit.right.grandchild.cs []
387 call void @g() [ "funclet"(token %implicit.right.grandhcild.pad) ]
394 %internal.pad = cleanuppad within none []
395 call void @g() [ "funclet"(token %internal.pad) ]
396 cleanupret from %internal.pad unwind to caller
401 ; CHECK-NEXT: invoke void @g() [ "funclet"(token %internal.pad.i) ]
423 %callsite_parent.pad = cleanuppad within none []
424 ; CHECK: %callsite_parent.pad = cleanuppad within none
425 invoke void @test6_inlinee() [ "funclet"(token %callsite_parent.pad) ]
428 cleanupret from %callsite_parent.pad unwind label %cleanup
430 %pad = cleanuppad within none []
431 call void @g() [ "funclet"(token %pad) ]
432 cleanupret from %pad unwind to caller
441 ; CHECK-NEXT: invoke void @g() [ "funclet"(token %callsite_parent.pad) ]
445 %inlinee.pad = cleanuppad within none []
446 call void @g() [ "funclet"(token %inlinee.pad) ]
449 ; CHECK-NEXT: %[[inlinee_pad:[^ ]+]] = cleanuppad within %callsite_parent.pad