@@ -96,7 +96,9 @@ digraph petrinet {
96
96
main_SWITCH_INT_15 [shape =" box" xlabel=" " label =" main_SWITCH_INT_15" ];
97
97
main_SWITCH_INT_18 [shape =" box" xlabel=" " label =" main_SWITCH_INT_18" ];
98
98
main_SWITCH_INT_20 [shape =" box" xlabel=" " label =" main_SWITCH_INT_20" ];
99
+ main_UNWIND_18 [shape =" box" xlabel=" " label =" main_UNWIND_18" ];
99
100
main_UNWIND_19 [shape =" box" xlabel=" " label =" main_UNWIND_19" ];
101
+ main_UNWIND_20 [shape =" box" xlabel=" " label =" main_UNWIND_20" ];
100
102
main__closure_0__BB0_STMT0 [shape =" box" xlabel=" " label =" main__closure_0__BB0_STMT0" ];
101
103
main__closure_0__BB1_STMT0 [shape =" box" xlabel=" " label =" main__closure_0__BB1_STMT0" ];
102
104
main__closure_0__BB1_STMT1 [shape =" box" xlabel=" " label =" main__closure_0__BB1_STMT1" ];
@@ -110,6 +112,8 @@ digraph petrinet {
110
112
main__closure_0__DROP_UNWIND_5 [shape =" box" xlabel=" " label =" main__closure_0__DROP_UNWIND_5" ];
111
113
main__closure_0__RETURN [shape =" box" xlabel=" " label =" main__closure_0__RETURN" ];
112
114
main__closure_0__UNWIND_10 [shape =" box" xlabel=" " label =" main__closure_0__UNWIND_10" ];
115
+ main__closure_0__UNWIND_8 [shape =" box" xlabel=" " label =" main__closure_0__UNWIND_8" ];
116
+ main__closure_0__UNWIND_9 [shape =" box" xlabel=" " label =" main__closure_0__UNWIND_9" ];
113
117
std_clone_Clone_clone_0_CALL [shape =" box" xlabel=" " label =" std_clone_Clone_clone_0_CALL" ];
114
118
std_clone_Clone_clone_0_CALL_UNWIND [shape =" box" xlabel=" " label =" std_clone_Clone_clone_0_CALL_UNWIND" ];
115
119
std_ops_DerefMut_deref_mut_0_CALL [shape =" box" xlabel=" " label =" std_ops_DerefMut_deref_mut_0_CALL" ];
@@ -175,9 +179,11 @@ digraph petrinet {
175
179
main_BB16_END_PLACE -> main_DROP_16;
176
180
main_BB17 -> main_RETURN;
177
181
main_BB18 -> main_DROP_18;
182
+ main_BB18 -> main_UNWIND_18;
178
183
main_BB19 -> main_UNWIND_19;
179
184
main_BB2 -> main_BB2_STMT0;
180
185
main_BB20 -> main_DROP_20;
186
+ main_BB20 -> main_UNWIND_20;
181
187
main_BB21 -> main_SWITCH_INT_18;
182
188
main_BB21 -> main_SWITCH_INT_20;
183
189
main_BB2_END_PLACE -> std_sync_Arc_T_new_0_CALL;
@@ -222,7 +228,9 @@ digraph petrinet {
222
228
main__closure_0__BB6 -> main__closure_0__DROP_6;
223
229
main__closure_0__BB7 -> main__closure_0__RETURN;
224
230
main__closure_0__BB8 -> main__closure_0__DROP_8;
231
+ main__closure_0__BB8 -> main__closure_0__UNWIND_8;
225
232
main__closure_0__BB9 -> main__closure_0__DROP_9;
233
+ main__closure_0__BB9 -> main__closure_0__UNWIND_9;
226
234
CONDVAR_0_T1 -> CONDVAR_0_P1;
227
235
CONDVAR_0_T2 -> CONDVAR_0_P1;
228
236
CONDVAR_0_T2 -> CONDVAR_0_P4;
@@ -259,7 +267,9 @@ digraph petrinet {
259
267
main_SWITCH_INT_15 -> main_BB15;
260
268
main_SWITCH_INT_18 -> main_BB18;
261
269
main_SWITCH_INT_20 -> main_BB20;
270
+ main_UNWIND_18 -> PROGRAM_PANIC;
262
271
main_UNWIND_19 -> PROGRAM_PANIC;
272
+ main_UNWIND_20 -> PROGRAM_PANIC;
263
273
main__closure_0__BB0_STMT0 -> main__closure_0__BB0_END_PLACE;
264
274
main__closure_0__BB1_STMT0 -> main__closure_0__BB1_STMT0_END;
265
275
main__closure_0__BB1_STMT1 -> main__closure_0__BB1_STMT1_END;
@@ -275,6 +285,8 @@ digraph petrinet {
275
285
main__closure_0__DROP_UNWIND_5 -> main__closure_0__BB9;
276
286
main__closure_0__RETURN -> THREAD_0_END;
277
287
main__closure_0__UNWIND_10 -> THREAD_0_END;
288
+ main__closure_0__UNWIND_8 -> THREAD_0_END;
289
+ main__closure_0__UNWIND_9 -> THREAD_0_END;
278
290
std_clone_Clone_clone_0_CALL -> main_BB4;
279
291
std_clone_Clone_clone_0_CALL_UNWIND -> main_BB18;
280
292
std_ops_DerefMut_deref_mut_0_CALL -> main__closure_0__BB4;
0 commit comments