Lines Matching refs:delegate

385 ; wrapping the call with a nested try-delegate that targets 'C0'.
390 ; try-catch with try-delegate that rethrows an exception to the caller to fix
395 ; --- try-delegate starts (catch unwind mismatch)
399 ; --- try-delegate starts (call unwind mismatch)
402 ; NOSORT: delegate 2 # label/catch{{[0-9]+}}: down to catch[[C0:[0-9]+]]
403 ; --- try-delegate ends (call unwind mismatch)
406 ; NOSORT: delegate 1 # label/catch{{[0-9]+}}: to caller
407 ; --- try-delegate ends (catch unwind mismatch)
445 ; 'C0'. We fix this by wrapping the calls with a nested try-delegate that
454 ; --- try-delegate starts (call unwind mismatch)
459 ; NOSORT: delegate 1 # label/catch{{[0-9]+}}: to caller
460 ; --- try-delegate ends (call unwind mismatch)
497 ; --- try-delegate starts (catch unwind mismatch)
501 ; --- try-delegate starts (call unwind mismatch)
504 ; NOSORT: delegate 3 # label/catch{{[0-9]+}}: to caller
505 ; --- try-delegate ends (call unwind mismatch)
506 ; --- try-delegate starts (call unwind mismatch)
509 ; NOSORT: delegate 2 # label/catch{{[0-9]+}}: down to catch[[C0:[0-9]+]]
510 ; --- try-delegate ends (call unwind mismatch)
513 ; NOSORT: delegate 1 # label/catch{{[0-9]+}}: to caller
514 ; --- try-delegate ends (catch unwind mismatch)
554 ; with a nested try-delegate that rethrows the exception to the caller.
563 ; --- try-delegate starts (call unwind mismatch)
567 ; NOSORT: delegate 1 # label/catch{{[0-9]+}}: to caller
568 ; --- try-delegate ends (call unwind mismatch)
610 ; But when we introduce a nested try-delegate in fixCallUnwindMismatches in
647 ; --- try-delegate starts (catch unwind mismatch)
651 ; --- try-delegate starts (call unwind mismatch)
654 ; NOSORT: delegate 2 # label/catch{{[0-9]+}}: down to catch[[C0:[0-9]+]]
655 ; --- try-delegate ends (call unwind mismatch)
658 ; --- try-delegate starts (call unwind mismatch)
661 ; NOSORT: delegate 3 # label/catch{{[0-9]+}}: to caller
662 ; --- try-delegate ends (call unwind mismatch)
664 ; NOSORT: delegate 1 # label/catch{{[0-9]+}}: to caller
665 ; --- try-delegate ends (catch unwind mismatch)
1100 ; This should not crash and try-delegate has to be created around 'call @baz',
1108 ; CHECK: delegate 1
1128 ; we need to wrap this try-catch-end in this code with a try-delegate to fix a
1147 ; delegate
1150 ; After adding a try-delegate, the 'br's destination BB, where (a) points,
1215 ; delegate
1216 ; delegate