Lines Matching refs:rethrow
58 ; sjlj is enabled, we check if the thrown value is longjmp and if so rethrow it
69 ; CHECK-NEXT: br i1 %or, label %tail, label %rethrow.longjmp
75 ; CHECK: rethrow.longjmp:
101 ; thrown and if so rethrow it by calling @__resumeException. Also we have to
118 ; CHECK-NEXT: br i1 %cmp.eq.one, label %rethrow.exn, label %normal
120 ; CHECK: rethrow.exn:
162 ; rethrow them. Here we test if we correclty generate only one 'rethrow.longjmp'
187 ; CHECK: rethrow.longjmp:
195 ; that can possibly throw (instead of longjmping) so we have to rethrow them.
196 ; Here we test if correctly we generate only one 'rethrow.exn' BB and share it
215 ; CHECK: rethrow.exn: