forked from www24Anonymous/Anonymous
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathIns_g.dot
More file actions
715 lines (715 loc) · 56.2 KB
/
Ins_g.dot
File metadata and controls
715 lines (715 loc) · 56.2 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
subgraph cluster_init{
label = init;
subgraph cluster_BB0{
label = BB0;
dataflow
"init %2 = alloca %struct.SqList*, align 8" -> "init store %struct.SqList* %0, %struct.SqList** %2, align 8";
"malloc" -> "init %4 = call noalias i8* @malloc(i64 80) #3";
"malloc" [ color = red ];
"init %4 = call noalias i8* @malloc(i64 80) #3" -> "init %5 = bitcast i8* %4 to i32*";
"init %2 = alloca %struct.SqList*, align 8" -> "init %6 = load %struct.SqList*, %struct.SqList** %2, align 8";
"init %6 = load %struct.SqList*, %struct.SqList** %2, align 8" -> "init %7 = getelementptr inbounds %struct.SqList, %struct.SqList* %6, i32 0, i32 0";
"init %5 = bitcast i8* %4 to i32*" -> "init store i32* %5, i32** %7, align 8";
"init %7 = getelementptr inbounds %struct.SqList, %struct.SqList* %6, i32 0, i32 0" -> "init store i32* %5, i32** %7, align 8";
"init %2 = alloca %struct.SqList*, align 8" -> "init %8 = load %struct.SqList*, %struct.SqList** %2, align 8";
"init %8 = load %struct.SqList*, %struct.SqList** %2, align 8" -> "init %9 = getelementptr inbounds %struct.SqList, %struct.SqList* %8, i32 0, i32 1";
"init %9 = getelementptr inbounds %struct.SqList, %struct.SqList* %8, i32 0, i32 1" -> "init store i32 20, i32* %9, align 8";
"init %3 = alloca i32, align 4" -> "init store i32 0, i32* %3, align 4";
controlflow
"init %2 = alloca %struct.SqList*, align 8" -> "init %3 = alloca i32, align 4";
"init %3 = alloca i32, align 4" -> "init store %struct.SqList* %0, %struct.SqList** %2, align 8";
"init store %struct.SqList* %0, %struct.SqList** %2, align 8" -> "init %4 = call noalias i8* @malloc(i64 80) #3";
"init %4 = call noalias i8* @malloc(i64 80) #3" -> "init %5 = bitcast i8* %4 to i32*";
"init %5 = bitcast i8* %4 to i32*" -> "init %6 = load %struct.SqList*, %struct.SqList** %2, align 8";
"init %6 = load %struct.SqList*, %struct.SqList** %2, align 8" -> "init %7 = getelementptr inbounds %struct.SqList, %struct.SqList* %6, i32 0, i32 0";
"init %7 = getelementptr inbounds %struct.SqList, %struct.SqList* %6, i32 0, i32 0" -> "init store i32* %5, i32** %7, align 8";
"init store i32* %5, i32** %7, align 8" -> "init %8 = load %struct.SqList*, %struct.SqList** %2, align 8";
"init %8 = load %struct.SqList*, %struct.SqList** %2, align 8" -> "init %9 = getelementptr inbounds %struct.SqList, %struct.SqList* %8, i32 0, i32 1";
"init %9 = getelementptr inbounds %struct.SqList, %struct.SqList* %8, i32 0, i32 1" -> "init store i32 20, i32* %9, align 8";
"init store i32 20, i32* %9, align 8" -> "init store i32 0, i32* %3, align 4";
"init store i32 0, i32* %3, align 4" -> "init0 br label %10";
};
subgraph cluster_BB1{
label = BB1;
dataflow
"init %3 = alloca i32, align 4" -> "init %11 = load i32, i32* %3, align 4";
"init %2 = alloca %struct.SqList*, align 8" -> "init %12 = load %struct.SqList*, %struct.SqList** %2, align 8";
"init %12 = load %struct.SqList*, %struct.SqList** %2, align 8" -> "init %13 = getelementptr inbounds %struct.SqList, %struct.SqList* %12, i32 0, i32 1";
"init %13 = getelementptr inbounds %struct.SqList, %struct.SqList* %12, i32 0, i32 1" -> "init %14 = load i32, i32* %13, align 8";
"init %11 = load i32, i32* %3, align 4" -> "init %15 = icmp slt i32 %11, %14";
"init %14 = load i32, i32* %13, align 8" -> "init %15 = icmp slt i32 %11, %14";
"init %15 = icmp slt i32 %11, %14" -> "init1 br i1 %15, label %16, label %28";
controlflow
"init %11 = load i32, i32* %3, align 4" -> "init %12 = load %struct.SqList*, %struct.SqList** %2, align 8";
"init %12 = load %struct.SqList*, %struct.SqList** %2, align 8" -> "init %13 = getelementptr inbounds %struct.SqList, %struct.SqList* %12, i32 0, i32 1";
"init %13 = getelementptr inbounds %struct.SqList, %struct.SqList* %12, i32 0, i32 1" -> "init %14 = load i32, i32* %13, align 8";
"init %14 = load i32, i32* %13, align 8" -> "init %15 = icmp slt i32 %11, %14";
"init %15 = icmp slt i32 %11, %14" -> "init1 br i1 %15, label %16, label %28";
};
subgraph cluster_BB2{
label = BB2;
dataflow
"rand" -> "init %17 = call i32 @rand() #3";
"rand" [ color = red ];
"init %17 = call i32 @rand() #3" -> "init %18 = srem i32 %17, 100";
"init %2 = alloca %struct.SqList*, align 8" -> "init %19 = load %struct.SqList*, %struct.SqList** %2, align 8";
"init %19 = load %struct.SqList*, %struct.SqList** %2, align 8" -> "init %20 = getelementptr inbounds %struct.SqList, %struct.SqList* %19, i32 0, i32 0";
"init %20 = getelementptr inbounds %struct.SqList, %struct.SqList* %19, i32 0, i32 0" -> "init %21 = load i32*, i32** %20, align 8";
"init %3 = alloca i32, align 4" -> "init %22 = load i32, i32* %3, align 4";
"init %22 = load i32, i32* %3, align 4" -> "init %23 = sext i32 %22 to i64";
"init %21 = load i32*, i32** %20, align 8" -> "init %24 = getelementptr inbounds i32, i32* %21, i64 %23";
"init %23 = sext i32 %22 to i64" -> "init %24 = getelementptr inbounds i32, i32* %21, i64 %23";
"init %18 = srem i32 %17, 100" -> "init store i32 %18, i32* %24, align 4";
"init %24 = getelementptr inbounds i32, i32* %21, i64 %23" -> "init store i32 %18, i32* %24, align 4";
controlflow
"init %17 = call i32 @rand() #3" -> "init %18 = srem i32 %17, 100";
"init %18 = srem i32 %17, 100" -> "init %19 = load %struct.SqList*, %struct.SqList** %2, align 8";
"init %19 = load %struct.SqList*, %struct.SqList** %2, align 8" -> "init %20 = getelementptr inbounds %struct.SqList, %struct.SqList* %19, i32 0, i32 0";
"init %20 = getelementptr inbounds %struct.SqList, %struct.SqList* %19, i32 0, i32 0" -> "init %21 = load i32*, i32** %20, align 8";
"init %21 = load i32*, i32** %20, align 8" -> "init %22 = load i32, i32* %3, align 4";
"init %22 = load i32, i32* %3, align 4" -> "init %23 = sext i32 %22 to i64";
"init %23 = sext i32 %22 to i64" -> "init %24 = getelementptr inbounds i32, i32* %21, i64 %23";
"init %24 = getelementptr inbounds i32, i32* %21, i64 %23" -> "init store i32 %18, i32* %24, align 4";
"init store i32 %18, i32* %24, align 4" -> "init2 br label %25";
};
subgraph cluster_BB4{
label = BB4;
dataflow
"init %3 = alloca i32, align 4" -> "init %26 = load i32, i32* %3, align 4";
"init %26 = load i32, i32* %3, align 4" -> "init %27 = add nsw i32 %26, 1";
"init %27 = add nsw i32 %26, 1" -> "init store i32 %27, i32* %3, align 4";
"init %3 = alloca i32, align 4" -> "init store i32 %27, i32* %3, align 4";
controlflow
"init %26 = load i32, i32* %3, align 4" -> "init %27 = add nsw i32 %26, 1";
"init %27 = add nsw i32 %26, 1" -> "init store i32 %27, i32* %3, align 4";
"init store i32 %27, i32* %3, align 4" -> "init4 br label %10";
};
subgraph cluster_BB3{
label = BB3;
dataflow
"printf" -> "init %29 = call i32 (i8*, ...) @printf(i8* getelementptr inbounds ([23 x i8], [23 x i8]* @.str, i32 0, i32 0))";
"printf" [ color = red ];
controlflow
"init %29 = call i32 (i8*, ...) @printf(i8* getelementptr inbounds ([23 x i8], [23 x i8]* @.str, i32 0, i32 0))" -> "init ret void";
};
};
subgraph cluster_Insert{
label = Insert;
subgraph cluster_BB5{
label = BB5;
dataflow
"Insert %4 = alloca %struct.SqList*, align 8" -> "Insert store %struct.SqList* %0, %struct.SqList** %4, align 8";
"Insert %5 = alloca i32, align 4" -> "Insert store i32 %1, i32* %5, align 4";
"Insert %6 = alloca i32, align 4" -> "Insert store i32 %2, i32* %6, align 4";
"Insert %4 = alloca %struct.SqList*, align 8" -> "Insert %9 = load %struct.SqList*, %struct.SqList** %4, align 8";
"Insert %9 = load %struct.SqList*, %struct.SqList** %4, align 8" -> "Insert %10 = getelementptr inbounds %struct.SqList, %struct.SqList* %9, i32 0, i32 0";
"Insert %10 = getelementptr inbounds %struct.SqList, %struct.SqList* %9, i32 0, i32 0" -> "Insert %11 = load i32*, i32** %10, align 8";
"Insert %11 = load i32*, i32** %10, align 8" -> "Insert %12 = bitcast i32* %11 to i8*";
"Insert %4 = alloca %struct.SqList*, align 8" -> "Insert %13 = load %struct.SqList*, %struct.SqList** %4, align 8";
"Insert %13 = load %struct.SqList*, %struct.SqList** %4, align 8" -> "Insert %14 = getelementptr inbounds %struct.SqList, %struct.SqList* %13, i32 0, i32 1";
"Insert %14 = getelementptr inbounds %struct.SqList, %struct.SqList* %13, i32 0, i32 1" -> "Insert %15 = load i32, i32* %14, align 8";
"Insert %15 = load i32, i32* %14, align 8" -> "Insert %16 = add nsw i32 %15, 1";
"Insert %16 = add nsw i32 %15, 1" -> "Insert %17 = sext i32 %16 to i64";
"Insert %17 = sext i32 %16 to i64" -> "Insert %18 = mul i64 4, %17";
"Insert %12 = bitcast i32* %11 to i8*" -> "Insert %19 = call i8* @realloc(i8* %12, i64 %18) #3";
"Insert %18 = mul i64 4, %17" -> "Insert %19 = call i8* @realloc(i8* %12, i64 %18) #3";
"realloc" -> "Insert %19 = call i8* @realloc(i8* %12, i64 %18) #3";
"realloc" [ color = red ];
"Insert %19 = call i8* @realloc(i8* %12, i64 %18) #3" -> "Insert %20 = bitcast i8* %19 to i32*";
"Insert %20 = bitcast i8* %19 to i32*" -> "Insert store i32* %20, i32** %7, align 8";
"Insert %7 = alloca i32*, align 8" -> "Insert store i32* %20, i32** %7, align 8";
"Insert %7 = alloca i32*, align 8" -> "Insert %21 = load i32*, i32** %7, align 8";
"Insert %21 = load i32*, i32** %7, align 8" -> "Insert %22 = icmp ne i32* %21, null";
"Insert %22 = icmp ne i32* %21, null" -> "Insert5 br i1 %22, label %25, label %23";
controlflow
"Insert %4 = alloca %struct.SqList*, align 8" -> "Insert %5 = alloca i32, align 4";
"Insert %5 = alloca i32, align 4" -> "Insert %6 = alloca i32, align 4";
"Insert %6 = alloca i32, align 4" -> "Insert %7 = alloca i32*, align 8";
"Insert %7 = alloca i32*, align 8" -> "Insert %8 = alloca i32, align 4";
"Insert %8 = alloca i32, align 4" -> "Insert store %struct.SqList* %0, %struct.SqList** %4, align 8";
"Insert store %struct.SqList* %0, %struct.SqList** %4, align 8" -> "Insert store i32 %1, i32* %5, align 4";
"Insert store i32 %1, i32* %5, align 4" -> "Insert store i32 %2, i32* %6, align 4";
"Insert store i32 %2, i32* %6, align 4" -> "Insert %9 = load %struct.SqList*, %struct.SqList** %4, align 8";
"Insert %9 = load %struct.SqList*, %struct.SqList** %4, align 8" -> "Insert %10 = getelementptr inbounds %struct.SqList, %struct.SqList* %9, i32 0, i32 0";
"Insert %10 = getelementptr inbounds %struct.SqList, %struct.SqList* %9, i32 0, i32 0" -> "Insert %11 = load i32*, i32** %10, align 8";
"Insert %11 = load i32*, i32** %10, align 8" -> "Insert %12 = bitcast i32* %11 to i8*";
"Insert %12 = bitcast i32* %11 to i8*" -> "Insert %13 = load %struct.SqList*, %struct.SqList** %4, align 8";
"Insert %13 = load %struct.SqList*, %struct.SqList** %4, align 8" -> "Insert %14 = getelementptr inbounds %struct.SqList, %struct.SqList* %13, i32 0, i32 1";
"Insert %14 = getelementptr inbounds %struct.SqList, %struct.SqList* %13, i32 0, i32 1" -> "Insert %15 = load i32, i32* %14, align 8";
"Insert %15 = load i32, i32* %14, align 8" -> "Insert %16 = add nsw i32 %15, 1";
"Insert %16 = add nsw i32 %15, 1" -> "Insert %17 = sext i32 %16 to i64";
"Insert %17 = sext i32 %16 to i64" -> "Insert %18 = mul i64 4, %17";
"Insert %18 = mul i64 4, %17" -> "Insert %19 = call i8* @realloc(i8* %12, i64 %18) #3";
"Insert %19 = call i8* @realloc(i8* %12, i64 %18) #3" -> "Insert %20 = bitcast i8* %19 to i32*";
"Insert %20 = bitcast i8* %19 to i32*" -> "Insert store i32* %20, i32** %7, align 8";
"Insert store i32* %20, i32** %7, align 8" -> "Insert %21 = load i32*, i32** %7, align 8";
"Insert %21 = load i32*, i32** %7, align 8" -> "Insert %22 = icmp ne i32* %21, null";
"Insert %22 = icmp ne i32* %21, null" -> "Insert5 br i1 %22, label %25, label %23";
};
subgraph cluster_BB7{
label = BB7;
dataflow
"printf" -> "Insert %24 = call i32 (i8*, ...) @printf(i8* getelementptr inbounds ([28 x i8], [28 x i8]* @.str.1, i32 0, i32 0))";
"printf" [ color = red ];
controlflow
"Insert %24 = call i32 (i8*, ...) @printf(i8* getelementptr inbounds ([28 x i8], [28 x i8]* @.str.1, i32 0, i32 0))" -> "Insert7 br label %25";
};
subgraph cluster_BB6{
label = BB6;
dataflow
"Insert %7 = alloca i32*, align 8" -> "Insert %26 = load i32*, i32** %7, align 8";
"Insert %4 = alloca %struct.SqList*, align 8" -> "Insert %27 = load %struct.SqList*, %struct.SqList** %4, align 8";
"Insert %27 = load %struct.SqList*, %struct.SqList** %4, align 8" -> "Insert %28 = getelementptr inbounds %struct.SqList, %struct.SqList* %27, i32 0, i32 0";
"Insert %26 = load i32*, i32** %7, align 8" -> "Insert store i32* %26, i32** %28, align 8";
"Insert %28 = getelementptr inbounds %struct.SqList, %struct.SqList* %27, i32 0, i32 0" -> "Insert store i32* %26, i32** %28, align 8";
"Insert %4 = alloca %struct.SqList*, align 8" -> "Insert %29 = load %struct.SqList*, %struct.SqList** %4, align 8";
"Insert %29 = load %struct.SqList*, %struct.SqList** %4, align 8" -> "Insert %30 = getelementptr inbounds %struct.SqList, %struct.SqList* %29, i32 0, i32 1";
"Insert %30 = getelementptr inbounds %struct.SqList, %struct.SqList* %29, i32 0, i32 1" -> "Insert %31 = load i32, i32* %30, align 8";
"Insert %31 = load i32, i32* %30, align 8" -> "Insert %32 = add nsw i32 %31, 1";
"Insert %32 = add nsw i32 %31, 1" -> "Insert store i32 %32, i32* %30, align 8";
"Insert %30 = getelementptr inbounds %struct.SqList, %struct.SqList* %29, i32 0, i32 1" -> "Insert store i32 %32, i32* %30, align 8";
"Insert %4 = alloca %struct.SqList*, align 8" -> "Insert %33 = load %struct.SqList*, %struct.SqList** %4, align 8";
"Insert %33 = load %struct.SqList*, %struct.SqList** %4, align 8" -> "Insert %34 = getelementptr inbounds %struct.SqList, %struct.SqList* %33, i32 0, i32 1";
"Insert %34 = getelementptr inbounds %struct.SqList, %struct.SqList* %33, i32 0, i32 1" -> "Insert %35 = load i32, i32* %34, align 8";
"Insert %35 = load i32, i32* %34, align 8" -> "Insert %36 = sub nsw i32 %35, 1";
"Insert %36 = sub nsw i32 %35, 1" -> "Insert store i32 %36, i32* %8, align 4";
"Insert %8 = alloca i32, align 4" -> "Insert store i32 %36, i32* %8, align 4";
controlflow
"Insert %26 = load i32*, i32** %7, align 8" -> "Insert %27 = load %struct.SqList*, %struct.SqList** %4, align 8";
"Insert %27 = load %struct.SqList*, %struct.SqList** %4, align 8" -> "Insert %28 = getelementptr inbounds %struct.SqList, %struct.SqList* %27, i32 0, i32 0";
"Insert %28 = getelementptr inbounds %struct.SqList, %struct.SqList* %27, i32 0, i32 0" -> "Insert store i32* %26, i32** %28, align 8";
"Insert store i32* %26, i32** %28, align 8" -> "Insert %29 = load %struct.SqList*, %struct.SqList** %4, align 8";
"Insert %29 = load %struct.SqList*, %struct.SqList** %4, align 8" -> "Insert %30 = getelementptr inbounds %struct.SqList, %struct.SqList* %29, i32 0, i32 1";
"Insert %30 = getelementptr inbounds %struct.SqList, %struct.SqList* %29, i32 0, i32 1" -> "Insert %31 = load i32, i32* %30, align 8";
"Insert %31 = load i32, i32* %30, align 8" -> "Insert %32 = add nsw i32 %31, 1";
"Insert %32 = add nsw i32 %31, 1" -> "Insert store i32 %32, i32* %30, align 8";
"Insert store i32 %32, i32* %30, align 8" -> "Insert %33 = load %struct.SqList*, %struct.SqList** %4, align 8";
"Insert %33 = load %struct.SqList*, %struct.SqList** %4, align 8" -> "Insert %34 = getelementptr inbounds %struct.SqList, %struct.SqList* %33, i32 0, i32 1";
"Insert %34 = getelementptr inbounds %struct.SqList, %struct.SqList* %33, i32 0, i32 1" -> "Insert %35 = load i32, i32* %34, align 8";
"Insert %35 = load i32, i32* %34, align 8" -> "Insert %36 = sub nsw i32 %35, 1";
"Insert %36 = sub nsw i32 %35, 1" -> "Insert store i32 %36, i32* %8, align 4";
"Insert store i32 %36, i32* %8, align 4" -> "Insert6 br label %37";
};
subgraph cluster_BB8{
label = BB8;
dataflow
"Insert %8 = alloca i32, align 4" -> "Insert %38 = load i32, i32* %8, align 4";
"Insert %5 = alloca i32, align 4" -> "Insert %39 = load i32, i32* %5, align 4";
"Insert %38 = load i32, i32* %8, align 4" -> "Insert %40 = icmp sge i32 %38, %39";
"Insert %39 = load i32, i32* %5, align 4" -> "Insert %40 = icmp sge i32 %38, %39";
"Insert %40 = icmp sge i32 %38, %39" -> "Insert8 br i1 %40, label %41, label %59";
controlflow
"Insert %38 = load i32, i32* %8, align 4" -> "Insert %39 = load i32, i32* %5, align 4";
"Insert %39 = load i32, i32* %5, align 4" -> "Insert %40 = icmp sge i32 %38, %39";
"Insert %40 = icmp sge i32 %38, %39" -> "Insert8 br i1 %40, label %41, label %59";
};
subgraph cluster_BB9{
label = BB9;
dataflow
"Insert %4 = alloca %struct.SqList*, align 8" -> "Insert %42 = load %struct.SqList*, %struct.SqList** %4, align 8";
"Insert %42 = load %struct.SqList*, %struct.SqList** %4, align 8" -> "Insert %43 = getelementptr inbounds %struct.SqList, %struct.SqList* %42, i32 0, i32 0";
"Insert %43 = getelementptr inbounds %struct.SqList, %struct.SqList* %42, i32 0, i32 0" -> "Insert %44 = load i32*, i32** %43, align 8";
"Insert %8 = alloca i32, align 4" -> "Insert %45 = load i32, i32* %8, align 4";
"Insert %45 = load i32, i32* %8, align 4" -> "Insert %46 = sext i32 %45 to i64";
"Insert %44 = load i32*, i32** %43, align 8" -> "Insert %47 = getelementptr inbounds i32, i32* %44, i64 %46";
"Insert %46 = sext i32 %45 to i64" -> "Insert %47 = getelementptr inbounds i32, i32* %44, i64 %46";
"Insert %47 = getelementptr inbounds i32, i32* %44, i64 %46" -> "Insert %48 = load i32, i32* %47, align 4";
"Insert %4 = alloca %struct.SqList*, align 8" -> "Insert %49 = load %struct.SqList*, %struct.SqList** %4, align 8";
"Insert %49 = load %struct.SqList*, %struct.SqList** %4, align 8" -> "Insert %50 = getelementptr inbounds %struct.SqList, %struct.SqList* %49, i32 0, i32 0";
"Insert %50 = getelementptr inbounds %struct.SqList, %struct.SqList* %49, i32 0, i32 0" -> "Insert %51 = load i32*, i32** %50, align 8";
"Insert %8 = alloca i32, align 4" -> "Insert %52 = load i32, i32* %8, align 4";
"Insert %52 = load i32, i32* %8, align 4" -> "Insert %53 = add nsw i32 %52, 1";
"Insert %53 = add nsw i32 %52, 1" -> "Insert %54 = sext i32 %53 to i64";
"Insert %51 = load i32*, i32** %50, align 8" -> "Insert %55 = getelementptr inbounds i32, i32* %51, i64 %54";
"Insert %54 = sext i32 %53 to i64" -> "Insert %55 = getelementptr inbounds i32, i32* %51, i64 %54";
"Insert %48 = load i32, i32* %47, align 4" -> "Insert store i32 %48, i32* %55, align 4";
"Insert %55 = getelementptr inbounds i32, i32* %51, i64 %54" -> "Insert store i32 %48, i32* %55, align 4";
controlflow
"Insert %42 = load %struct.SqList*, %struct.SqList** %4, align 8" -> "Insert %43 = getelementptr inbounds %struct.SqList, %struct.SqList* %42, i32 0, i32 0";
"Insert %43 = getelementptr inbounds %struct.SqList, %struct.SqList* %42, i32 0, i32 0" -> "Insert %44 = load i32*, i32** %43, align 8";
"Insert %44 = load i32*, i32** %43, align 8" -> "Insert %45 = load i32, i32* %8, align 4";
"Insert %45 = load i32, i32* %8, align 4" -> "Insert %46 = sext i32 %45 to i64";
"Insert %46 = sext i32 %45 to i64" -> "Insert %47 = getelementptr inbounds i32, i32* %44, i64 %46";
"Insert %47 = getelementptr inbounds i32, i32* %44, i64 %46" -> "Insert %48 = load i32, i32* %47, align 4";
"Insert %48 = load i32, i32* %47, align 4" -> "Insert %49 = load %struct.SqList*, %struct.SqList** %4, align 8";
"Insert %49 = load %struct.SqList*, %struct.SqList** %4, align 8" -> "Insert %50 = getelementptr inbounds %struct.SqList, %struct.SqList* %49, i32 0, i32 0";
"Insert %50 = getelementptr inbounds %struct.SqList, %struct.SqList* %49, i32 0, i32 0" -> "Insert %51 = load i32*, i32** %50, align 8";
"Insert %51 = load i32*, i32** %50, align 8" -> "Insert %52 = load i32, i32* %8, align 4";
"Insert %52 = load i32, i32* %8, align 4" -> "Insert %53 = add nsw i32 %52, 1";
"Insert %53 = add nsw i32 %52, 1" -> "Insert %54 = sext i32 %53 to i64";
"Insert %54 = sext i32 %53 to i64" -> "Insert %55 = getelementptr inbounds i32, i32* %51, i64 %54";
"Insert %55 = getelementptr inbounds i32, i32* %51, i64 %54" -> "Insert store i32 %48, i32* %55, align 4";
"Insert store i32 %48, i32* %55, align 4" -> "Insert9 br label %56";
};
subgraph cluster_BB11{
label = BB11;
dataflow
"Insert %8 = alloca i32, align 4" -> "Insert %57 = load i32, i32* %8, align 4";
"Insert %57 = load i32, i32* %8, align 4" -> "Insert %58 = add nsw i32 %57, -1";
"Insert %58 = add nsw i32 %57, -1" -> "Insert store i32 %58, i32* %8, align 4";
"Insert %8 = alloca i32, align 4" -> "Insert store i32 %58, i32* %8, align 4";
controlflow
"Insert %57 = load i32, i32* %8, align 4" -> "Insert %58 = add nsw i32 %57, -1";
"Insert %58 = add nsw i32 %57, -1" -> "Insert store i32 %58, i32* %8, align 4";
"Insert store i32 %58, i32* %8, align 4" -> "Insert11 br label %37";
};
subgraph cluster_BB10{
label = BB10;
dataflow
"Insert %6 = alloca i32, align 4" -> "Insert %60 = load i32, i32* %6, align 4";
"Insert %4 = alloca %struct.SqList*, align 8" -> "Insert %61 = load %struct.SqList*, %struct.SqList** %4, align 8";
"Insert %61 = load %struct.SqList*, %struct.SqList** %4, align 8" -> "Insert %62 = getelementptr inbounds %struct.SqList, %struct.SqList* %61, i32 0, i32 0";
"Insert %62 = getelementptr inbounds %struct.SqList, %struct.SqList* %61, i32 0, i32 0" -> "Insert %63 = load i32*, i32** %62, align 8";
"Insert %5 = alloca i32, align 4" -> "Insert %64 = load i32, i32* %5, align 4";
"Insert %64 = load i32, i32* %5, align 4" -> "Insert %65 = sext i32 %64 to i64";
"Insert %63 = load i32*, i32** %62, align 8" -> "Insert %66 = getelementptr inbounds i32, i32* %63, i64 %65";
"Insert %65 = sext i32 %64 to i64" -> "Insert %66 = getelementptr inbounds i32, i32* %63, i64 %65";
"Insert %60 = load i32, i32* %6, align 4" -> "Insert store i32 %60, i32* %66, align 4";
"Insert %66 = getelementptr inbounds i32, i32* %63, i64 %65" -> "Insert store i32 %60, i32* %66, align 4";
"printf" -> "Insert %67 = call i32 (i8*, ...) @printf(i8* getelementptr inbounds ([17 x i8], [17 x i8]* @.str.2, i32 0, i32 0))";
"printf" [ color = red ];
controlflow
"Insert %60 = load i32, i32* %6, align 4" -> "Insert %61 = load %struct.SqList*, %struct.SqList** %4, align 8";
"Insert %61 = load %struct.SqList*, %struct.SqList** %4, align 8" -> "Insert %62 = getelementptr inbounds %struct.SqList, %struct.SqList* %61, i32 0, i32 0";
"Insert %62 = getelementptr inbounds %struct.SqList, %struct.SqList* %61, i32 0, i32 0" -> "Insert %63 = load i32*, i32** %62, align 8";
"Insert %63 = load i32*, i32** %62, align 8" -> "Insert %64 = load i32, i32* %5, align 4";
"Insert %64 = load i32, i32* %5, align 4" -> "Insert %65 = sext i32 %64 to i64";
"Insert %65 = sext i32 %64 to i64" -> "Insert %66 = getelementptr inbounds i32, i32* %63, i64 %65";
"Insert %66 = getelementptr inbounds i32, i32* %63, i64 %65" -> "Insert store i32 %60, i32* %66, align 4";
"Insert store i32 %60, i32* %66, align 4" -> "Insert %67 = call i32 (i8*, ...) @printf(i8* getelementptr inbounds ([17 x i8], [17 x i8]* @.str.2, i32 0, i32 0))";
"Insert %67 = call i32 (i8*, ...) @printf(i8* getelementptr inbounds ([17 x i8], [17 x i8]* @.str.2, i32 0, i32 0))" -> "Insert ret void";
};
};
subgraph cluster_Delete{
label = Delete;
subgraph cluster_BB12{
label = BB12;
dataflow
"Delete %3 = alloca %struct.SqList*, align 8" -> "Delete store %struct.SqList* %0, %struct.SqList** %3, align 8";
"Delete %4 = alloca i32, align 4" -> "Delete store i32 %1, i32* %4, align 4";
"Delete %4 = alloca i32, align 4" -> "Delete %6 = load i32, i32* %4, align 4";
"Delete %6 = load i32, i32* %4, align 4" -> "Delete %7 = icmp slt i32 %6, 0";
"Delete %7 = icmp slt i32 %6, 0" -> "Delete12 br i1 %7, label %14, label %8";
controlflow
"Delete %3 = alloca %struct.SqList*, align 8" -> "Delete %4 = alloca i32, align 4";
"Delete %4 = alloca i32, align 4" -> "Delete %5 = alloca i32, align 4";
"Delete %5 = alloca i32, align 4" -> "Delete store %struct.SqList* %0, %struct.SqList** %3, align 8";
"Delete store %struct.SqList* %0, %struct.SqList** %3, align 8" -> "Delete store i32 %1, i32* %4, align 4";
"Delete store i32 %1, i32* %4, align 4" -> "Delete %6 = load i32, i32* %4, align 4";
"Delete %6 = load i32, i32* %4, align 4" -> "Delete %7 = icmp slt i32 %6, 0";
"Delete %7 = icmp slt i32 %6, 0" -> "Delete12 br i1 %7, label %14, label %8";
};
subgraph cluster_BB14{
label = BB14;
dataflow
"Delete %4 = alloca i32, align 4" -> "Delete %9 = load i32, i32* %4, align 4";
"Delete %3 = alloca %struct.SqList*, align 8" -> "Delete %10 = load %struct.SqList*, %struct.SqList** %3, align 8";
"Delete %10 = load %struct.SqList*, %struct.SqList** %3, align 8" -> "Delete %11 = getelementptr inbounds %struct.SqList, %struct.SqList* %10, i32 0, i32 1";
"Delete %11 = getelementptr inbounds %struct.SqList, %struct.SqList* %10, i32 0, i32 1" -> "Delete %12 = load i32, i32* %11, align 8";
"Delete %9 = load i32, i32* %4, align 4" -> "Delete %13 = icmp sge i32 %9, %12";
"Delete %12 = load i32, i32* %11, align 8" -> "Delete %13 = icmp sge i32 %9, %12";
"Delete %13 = icmp sge i32 %9, %12" -> "Delete14 br i1 %13, label %14, label %16";
controlflow
"Delete %9 = load i32, i32* %4, align 4" -> "Delete %10 = load %struct.SqList*, %struct.SqList** %3, align 8";
"Delete %10 = load %struct.SqList*, %struct.SqList** %3, align 8" -> "Delete %11 = getelementptr inbounds %struct.SqList, %struct.SqList* %10, i32 0, i32 1";
"Delete %11 = getelementptr inbounds %struct.SqList, %struct.SqList* %10, i32 0, i32 1" -> "Delete %12 = load i32, i32* %11, align 8";
"Delete %12 = load i32, i32* %11, align 8" -> "Delete %13 = icmp sge i32 %9, %12";
"Delete %13 = icmp sge i32 %9, %12" -> "Delete14 br i1 %13, label %14, label %16";
};
subgraph cluster_BB13{
label = BB13;
dataflow
"printf" -> "Delete %15 = call i32 (i8*, ...) @printf(i8* getelementptr inbounds ([35 x i8], [35 x i8]* @.str.3, i32 0, i32 0))";
"printf" [ color = red ];
controlflow
"Delete %15 = call i32 (i8*, ...) @printf(i8* getelementptr inbounds ([35 x i8], [35 x i8]* @.str.3, i32 0, i32 0))" -> "Delete13 br label %48";
};
subgraph cluster_BB15{
label = BB15;
dataflow
"Delete %4 = alloca i32, align 4" -> "Delete %17 = load i32, i32* %4, align 4";
"Delete %17 = load i32, i32* %4, align 4" -> "Delete store i32 %17, i32* %5, align 4";
"Delete %5 = alloca i32, align 4" -> "Delete store i32 %17, i32* %5, align 4";
controlflow
"Delete %17 = load i32, i32* %4, align 4" -> "Delete store i32 %17, i32* %5, align 4";
"Delete store i32 %17, i32* %5, align 4" -> "Delete15 br label %18";
};
subgraph cluster_BB17{
label = BB17;
dataflow
"Delete %5 = alloca i32, align 4" -> "Delete %19 = load i32, i32* %5, align 4";
"Delete %3 = alloca %struct.SqList*, align 8" -> "Delete %20 = load %struct.SqList*, %struct.SqList** %3, align 8";
"Delete %20 = load %struct.SqList*, %struct.SqList** %3, align 8" -> "Delete %21 = getelementptr inbounds %struct.SqList, %struct.SqList* %20, i32 0, i32 1";
"Delete %21 = getelementptr inbounds %struct.SqList, %struct.SqList* %20, i32 0, i32 1" -> "Delete %22 = load i32, i32* %21, align 8";
"Delete %19 = load i32, i32* %5, align 4" -> "Delete %23 = icmp slt i32 %19, %22";
"Delete %22 = load i32, i32* %21, align 8" -> "Delete %23 = icmp slt i32 %19, %22";
"Delete %23 = icmp slt i32 %19, %22" -> "Delete17 br i1 %23, label %24, label %42";
controlflow
"Delete %19 = load i32, i32* %5, align 4" -> "Delete %20 = load %struct.SqList*, %struct.SqList** %3, align 8";
"Delete %20 = load %struct.SqList*, %struct.SqList** %3, align 8" -> "Delete %21 = getelementptr inbounds %struct.SqList, %struct.SqList* %20, i32 0, i32 1";
"Delete %21 = getelementptr inbounds %struct.SqList, %struct.SqList* %20, i32 0, i32 1" -> "Delete %22 = load i32, i32* %21, align 8";
"Delete %22 = load i32, i32* %21, align 8" -> "Delete %23 = icmp slt i32 %19, %22";
"Delete %23 = icmp slt i32 %19, %22" -> "Delete17 br i1 %23, label %24, label %42";
};
subgraph cluster_BB18{
label = BB18;
dataflow
"Delete %3 = alloca %struct.SqList*, align 8" -> "Delete %25 = load %struct.SqList*, %struct.SqList** %3, align 8";
"Delete %25 = load %struct.SqList*, %struct.SqList** %3, align 8" -> "Delete %26 = getelementptr inbounds %struct.SqList, %struct.SqList* %25, i32 0, i32 0";
"Delete %26 = getelementptr inbounds %struct.SqList, %struct.SqList* %25, i32 0, i32 0" -> "Delete %27 = load i32*, i32** %26, align 8";
"Delete %5 = alloca i32, align 4" -> "Delete %28 = load i32, i32* %5, align 4";
"Delete %28 = load i32, i32* %5, align 4" -> "Delete %29 = add nsw i32 %28, 1";
"Delete %29 = add nsw i32 %28, 1" -> "Delete %30 = sext i32 %29 to i64";
"Delete %27 = load i32*, i32** %26, align 8" -> "Delete %31 = getelementptr inbounds i32, i32* %27, i64 %30";
"Delete %30 = sext i32 %29 to i64" -> "Delete %31 = getelementptr inbounds i32, i32* %27, i64 %30";
"Delete %31 = getelementptr inbounds i32, i32* %27, i64 %30" -> "Delete %32 = load i32, i32* %31, align 4";
"Delete %3 = alloca %struct.SqList*, align 8" -> "Delete %33 = load %struct.SqList*, %struct.SqList** %3, align 8";
"Delete %33 = load %struct.SqList*, %struct.SqList** %3, align 8" -> "Delete %34 = getelementptr inbounds %struct.SqList, %struct.SqList* %33, i32 0, i32 0";
"Delete %34 = getelementptr inbounds %struct.SqList, %struct.SqList* %33, i32 0, i32 0" -> "Delete %35 = load i32*, i32** %34, align 8";
"Delete %5 = alloca i32, align 4" -> "Delete %36 = load i32, i32* %5, align 4";
"Delete %36 = load i32, i32* %5, align 4" -> "Delete %37 = sext i32 %36 to i64";
"Delete %35 = load i32*, i32** %34, align 8" -> "Delete %38 = getelementptr inbounds i32, i32* %35, i64 %37";
"Delete %37 = sext i32 %36 to i64" -> "Delete %38 = getelementptr inbounds i32, i32* %35, i64 %37";
"Delete %32 = load i32, i32* %31, align 4" -> "Delete store i32 %32, i32* %38, align 4";
"Delete %38 = getelementptr inbounds i32, i32* %35, i64 %37" -> "Delete store i32 %32, i32* %38, align 4";
controlflow
"Delete %25 = load %struct.SqList*, %struct.SqList** %3, align 8" -> "Delete %26 = getelementptr inbounds %struct.SqList, %struct.SqList* %25, i32 0, i32 0";
"Delete %26 = getelementptr inbounds %struct.SqList, %struct.SqList* %25, i32 0, i32 0" -> "Delete %27 = load i32*, i32** %26, align 8";
"Delete %27 = load i32*, i32** %26, align 8" -> "Delete %28 = load i32, i32* %5, align 4";
"Delete %28 = load i32, i32* %5, align 4" -> "Delete %29 = add nsw i32 %28, 1";
"Delete %29 = add nsw i32 %28, 1" -> "Delete %30 = sext i32 %29 to i64";
"Delete %30 = sext i32 %29 to i64" -> "Delete %31 = getelementptr inbounds i32, i32* %27, i64 %30";
"Delete %31 = getelementptr inbounds i32, i32* %27, i64 %30" -> "Delete %32 = load i32, i32* %31, align 4";
"Delete %32 = load i32, i32* %31, align 4" -> "Delete %33 = load %struct.SqList*, %struct.SqList** %3, align 8";
"Delete %33 = load %struct.SqList*, %struct.SqList** %3, align 8" -> "Delete %34 = getelementptr inbounds %struct.SqList, %struct.SqList* %33, i32 0, i32 0";
"Delete %34 = getelementptr inbounds %struct.SqList, %struct.SqList* %33, i32 0, i32 0" -> "Delete %35 = load i32*, i32** %34, align 8";
"Delete %35 = load i32*, i32** %34, align 8" -> "Delete %36 = load i32, i32* %5, align 4";
"Delete %36 = load i32, i32* %5, align 4" -> "Delete %37 = sext i32 %36 to i64";
"Delete %37 = sext i32 %36 to i64" -> "Delete %38 = getelementptr inbounds i32, i32* %35, i64 %37";
"Delete %38 = getelementptr inbounds i32, i32* %35, i64 %37" -> "Delete store i32 %32, i32* %38, align 4";
"Delete store i32 %32, i32* %38, align 4" -> "Delete18 br label %39";
};
subgraph cluster_BB20{
label = BB20;
dataflow
"Delete %5 = alloca i32, align 4" -> "Delete %40 = load i32, i32* %5, align 4";
"Delete %40 = load i32, i32* %5, align 4" -> "Delete %41 = add nsw i32 %40, 1";
"Delete %41 = add nsw i32 %40, 1" -> "Delete store i32 %41, i32* %5, align 4";
"Delete %5 = alloca i32, align 4" -> "Delete store i32 %41, i32* %5, align 4";
controlflow
"Delete %40 = load i32, i32* %5, align 4" -> "Delete %41 = add nsw i32 %40, 1";
"Delete %41 = add nsw i32 %40, 1" -> "Delete store i32 %41, i32* %5, align 4";
"Delete store i32 %41, i32* %5, align 4" -> "Delete20 br label %18";
};
subgraph cluster_BB19{
label = BB19;
dataflow
"Delete %3 = alloca %struct.SqList*, align 8" -> "Delete %43 = load %struct.SqList*, %struct.SqList** %3, align 8";
"Delete %43 = load %struct.SqList*, %struct.SqList** %3, align 8" -> "Delete %44 = getelementptr inbounds %struct.SqList, %struct.SqList* %43, i32 0, i32 1";
"Delete %44 = getelementptr inbounds %struct.SqList, %struct.SqList* %43, i32 0, i32 1" -> "Delete %45 = load i32, i32* %44, align 8";
"Delete %45 = load i32, i32* %44, align 8" -> "Delete %46 = add nsw i32 %45, -1";
"Delete %46 = add nsw i32 %45, -1" -> "Delete store i32 %46, i32* %44, align 8";
"Delete %44 = getelementptr inbounds %struct.SqList, %struct.SqList* %43, i32 0, i32 1" -> "Delete store i32 %46, i32* %44, align 8";
"printf" -> "Delete %47 = call i32 (i8*, ...) @printf(i8* getelementptr inbounds ([17 x i8], [17 x i8]* @.str.4, i32 0, i32 0))";
"printf" [ color = red ];
controlflow
"Delete %43 = load %struct.SqList*, %struct.SqList** %3, align 8" -> "Delete %44 = getelementptr inbounds %struct.SqList, %struct.SqList* %43, i32 0, i32 1";
"Delete %44 = getelementptr inbounds %struct.SqList, %struct.SqList* %43, i32 0, i32 1" -> "Delete %45 = load i32, i32* %44, align 8";
"Delete %45 = load i32, i32* %44, align 8" -> "Delete %46 = add nsw i32 %45, -1";
"Delete %46 = add nsw i32 %45, -1" -> "Delete store i32 %46, i32* %44, align 8";
"Delete store i32 %46, i32* %44, align 8" -> "Delete %47 = call i32 (i8*, ...) @printf(i8* getelementptr inbounds ([17 x i8], [17 x i8]* @.str.4, i32 0, i32 0))";
"Delete %47 = call i32 (i8*, ...) @printf(i8* getelementptr inbounds ([17 x i8], [17 x i8]* @.str.4, i32 0, i32 0))" -> "Delete19 br label %48";
};
subgraph cluster_BB16{
label = BB16;
dataflow
controlflow
"Delete ret void";
};
};
subgraph cluster_Destroy{
label = Destroy;
subgraph cluster_BB21{
label = BB21;
dataflow
"Destroy %2 = alloca %struct.SqList*, align 8" -> "Destroy store %struct.SqList* %0, %struct.SqList** %2, align 8";
"Destroy %2 = alloca %struct.SqList*, align 8" -> "Destroy %3 = load %struct.SqList*, %struct.SqList** %2, align 8";
"Destroy %3 = load %struct.SqList*, %struct.SqList** %2, align 8" -> "Destroy %4 = getelementptr inbounds %struct.SqList, %struct.SqList* %3, i32 0, i32 0";
"Destroy %4 = getelementptr inbounds %struct.SqList, %struct.SqList* %3, i32 0, i32 0" -> "Destroy %5 = load i32*, i32** %4, align 8";
"Destroy %5 = load i32*, i32** %4, align 8" -> "Destroy %6 = bitcast i32* %5 to i8*";
"Destroy %6 = bitcast i32* %5 to i8*" -> "Destroy call void @free(i8* %6) #3";
"free" -> "Destroy call void @free(i8* %6) #3";
"free" [ color = red ];
"Destroy %2 = alloca %struct.SqList*, align 8" -> "Destroy %7 = load %struct.SqList*, %struct.SqList** %2, align 8";
"Destroy %7 = load %struct.SqList*, %struct.SqList** %2, align 8" -> "Destroy %8 = getelementptr inbounds %struct.SqList, %struct.SqList* %7, i32 0, i32 1";
"Destroy %8 = getelementptr inbounds %struct.SqList, %struct.SqList* %7, i32 0, i32 1" -> "Destroy store i32 0, i32* %8, align 8";
"printf" -> "Destroy %9 = call i32 (i8*, ...) @printf(i8* getelementptr inbounds ([17 x i8], [17 x i8]* @.str.5, i32 0, i32 0))";
"printf" [ color = red ];
controlflow
"Destroy %2 = alloca %struct.SqList*, align 8" -> "Destroy store %struct.SqList* %0, %struct.SqList** %2, align 8";
"Destroy store %struct.SqList* %0, %struct.SqList** %2, align 8" -> "Destroy %3 = load %struct.SqList*, %struct.SqList** %2, align 8";
"Destroy %3 = load %struct.SqList*, %struct.SqList** %2, align 8" -> "Destroy %4 = getelementptr inbounds %struct.SqList, %struct.SqList* %3, i32 0, i32 0";
"Destroy %4 = getelementptr inbounds %struct.SqList, %struct.SqList* %3, i32 0, i32 0" -> "Destroy %5 = load i32*, i32** %4, align 8";
"Destroy %5 = load i32*, i32** %4, align 8" -> "Destroy %6 = bitcast i32* %5 to i8*";
"Destroy %6 = bitcast i32* %5 to i8*" -> "Destroy call void @free(i8* %6) #3";
"Destroy call void @free(i8* %6) #3" -> "Destroy %7 = load %struct.SqList*, %struct.SqList** %2, align 8";
"Destroy %7 = load %struct.SqList*, %struct.SqList** %2, align 8" -> "Destroy %8 = getelementptr inbounds %struct.SqList, %struct.SqList* %7, i32 0, i32 1";
"Destroy %8 = getelementptr inbounds %struct.SqList, %struct.SqList* %7, i32 0, i32 1" -> "Destroy store i32 0, i32* %8, align 8";
"Destroy store i32 0, i32* %8, align 8" -> "Destroy %9 = call i32 (i8*, ...) @printf(i8* getelementptr inbounds ([17 x i8], [17 x i8]* @.str.5, i32 0, i32 0))";
"Destroy %9 = call i32 (i8*, ...) @printf(i8* getelementptr inbounds ([17 x i8], [17 x i8]* @.str.5, i32 0, i32 0))" -> "Destroy ret void";
};
};
subgraph cluster_Modify{
label = Modify;
subgraph cluster_BB22{
label = BB22;
dataflow
"Modify %4 = alloca %struct.SqList*, align 8" -> "Modify store %struct.SqList* %0, %struct.SqList** %4, align 8";
"Modify %5 = alloca i32, align 4" -> "Modify store i32 %1, i32* %5, align 4";
"Modify %6 = alloca i32, align 4" -> "Modify store i32 %2, i32* %6, align 4";
"Modify %5 = alloca i32, align 4" -> "Modify %7 = load i32, i32* %5, align 4";
"Modify %7 = load i32, i32* %5, align 4" -> "Modify %8 = icmp slt i32 %7, 0";
"Modify %8 = icmp slt i32 %7, 0" -> "Modify22 br i1 %8, label %15, label %9";
controlflow
"Modify %4 = alloca %struct.SqList*, align 8" -> "Modify %5 = alloca i32, align 4";
"Modify %5 = alloca i32, align 4" -> "Modify %6 = alloca i32, align 4";
"Modify %6 = alloca i32, align 4" -> "Modify store %struct.SqList* %0, %struct.SqList** %4, align 8";
"Modify store %struct.SqList* %0, %struct.SqList** %4, align 8" -> "Modify store i32 %1, i32* %5, align 4";
"Modify store i32 %1, i32* %5, align 4" -> "Modify store i32 %2, i32* %6, align 4";
"Modify store i32 %2, i32* %6, align 4" -> "Modify %7 = load i32, i32* %5, align 4";
"Modify %7 = load i32, i32* %5, align 4" -> "Modify %8 = icmp slt i32 %7, 0";
"Modify %8 = icmp slt i32 %7, 0" -> "Modify22 br i1 %8, label %15, label %9";
};
subgraph cluster_BB24{
label = BB24;
dataflow
"Modify %5 = alloca i32, align 4" -> "Modify %10 = load i32, i32* %5, align 4";
"Modify %4 = alloca %struct.SqList*, align 8" -> "Modify %11 = load %struct.SqList*, %struct.SqList** %4, align 8";
"Modify %11 = load %struct.SqList*, %struct.SqList** %4, align 8" -> "Modify %12 = getelementptr inbounds %struct.SqList, %struct.SqList* %11, i32 0, i32 1";
"Modify %12 = getelementptr inbounds %struct.SqList, %struct.SqList* %11, i32 0, i32 1" -> "Modify %13 = load i32, i32* %12, align 8";
"Modify %10 = load i32, i32* %5, align 4" -> "Modify %14 = icmp sge i32 %10, %13";
"Modify %13 = load i32, i32* %12, align 8" -> "Modify %14 = icmp sge i32 %10, %13";
"Modify %14 = icmp sge i32 %10, %13" -> "Modify24 br i1 %14, label %15, label %17";
controlflow
"Modify %10 = load i32, i32* %5, align 4" -> "Modify %11 = load %struct.SqList*, %struct.SqList** %4, align 8";
"Modify %11 = load %struct.SqList*, %struct.SqList** %4, align 8" -> "Modify %12 = getelementptr inbounds %struct.SqList, %struct.SqList* %11, i32 0, i32 1";
"Modify %12 = getelementptr inbounds %struct.SqList, %struct.SqList* %11, i32 0, i32 1" -> "Modify %13 = load i32, i32* %12, align 8";
"Modify %13 = load i32, i32* %12, align 8" -> "Modify %14 = icmp sge i32 %10, %13";
"Modify %14 = icmp sge i32 %10, %13" -> "Modify24 br i1 %14, label %15, label %17";
};
subgraph cluster_BB23{
label = BB23;
dataflow
"printf" -> "Modify %16 = call i32 (i8*, ...) @printf(i8* getelementptr inbounds ([35 x i8], [35 x i8]* @.str.6, i32 0, i32 0))";
"printf" [ color = red ];
controlflow
"Modify %16 = call i32 (i8*, ...) @printf(i8* getelementptr inbounds ([35 x i8], [35 x i8]* @.str.6, i32 0, i32 0))" -> "Modify23 br label %26";
};
subgraph cluster_BB25{
label = BB25;
dataflow
"Modify %6 = alloca i32, align 4" -> "Modify %18 = load i32, i32* %6, align 4";
"Modify %4 = alloca %struct.SqList*, align 8" -> "Modify %19 = load %struct.SqList*, %struct.SqList** %4, align 8";
"Modify %19 = load %struct.SqList*, %struct.SqList** %4, align 8" -> "Modify %20 = getelementptr inbounds %struct.SqList, %struct.SqList* %19, i32 0, i32 0";
"Modify %20 = getelementptr inbounds %struct.SqList, %struct.SqList* %19, i32 0, i32 0" -> "Modify %21 = load i32*, i32** %20, align 8";
"Modify %5 = alloca i32, align 4" -> "Modify %22 = load i32, i32* %5, align 4";
"Modify %22 = load i32, i32* %5, align 4" -> "Modify %23 = sext i32 %22 to i64";
"Modify %21 = load i32*, i32** %20, align 8" -> "Modify %24 = getelementptr inbounds i32, i32* %21, i64 %23";
"Modify %23 = sext i32 %22 to i64" -> "Modify %24 = getelementptr inbounds i32, i32* %21, i64 %23";
"Modify %18 = load i32, i32* %6, align 4" -> "Modify store i32 %18, i32* %24, align 4";
"Modify %24 = getelementptr inbounds i32, i32* %21, i64 %23" -> "Modify store i32 %18, i32* %24, align 4";
"printf" -> "Modify %25 = call i32 (i8*, ...) @printf(i8* getelementptr inbounds ([17 x i8], [17 x i8]* @.str.7, i32 0, i32 0))";
"printf" [ color = red ];
controlflow
"Modify %18 = load i32, i32* %6, align 4" -> "Modify %19 = load %struct.SqList*, %struct.SqList** %4, align 8";
"Modify %19 = load %struct.SqList*, %struct.SqList** %4, align 8" -> "Modify %20 = getelementptr inbounds %struct.SqList, %struct.SqList* %19, i32 0, i32 0";
"Modify %20 = getelementptr inbounds %struct.SqList, %struct.SqList* %19, i32 0, i32 0" -> "Modify %21 = load i32*, i32** %20, align 8";
"Modify %21 = load i32*, i32** %20, align 8" -> "Modify %22 = load i32, i32* %5, align 4";
"Modify %22 = load i32, i32* %5, align 4" -> "Modify %23 = sext i32 %22 to i64";
"Modify %23 = sext i32 %22 to i64" -> "Modify %24 = getelementptr inbounds i32, i32* %21, i64 %23";
"Modify %24 = getelementptr inbounds i32, i32* %21, i64 %23" -> "Modify store i32 %18, i32* %24, align 4";
"Modify store i32 %18, i32* %24, align 4" -> "Modify %25 = call i32 (i8*, ...) @printf(i8* getelementptr inbounds ([17 x i8], [17 x i8]* @.str.7, i32 0, i32 0))";
"Modify %25 = call i32 (i8*, ...) @printf(i8* getelementptr inbounds ([17 x i8], [17 x i8]* @.str.7, i32 0, i32 0))" -> "Modify25 br label %26";
};
subgraph cluster_BB26{
label = BB26;
dataflow
controlflow
"Modify ret void";
};
};
subgraph cluster_ShowAll{
label = ShowAll;
subgraph cluster_BB27{
label = BB27;
dataflow
"ShowAll %2 = alloca %struct.SqList*, align 8" -> "ShowAll store %struct.SqList* %0, %struct.SqList** %2, align 8";
"printf" -> "ShowAll %4 = call i32 (i8*, ...) @printf(i8* getelementptr inbounds ([23 x i8], [23 x i8]* @.str.8, i32 0, i32 0))";
"printf" [ color = red ];
"ShowAll %3 = alloca i32, align 4" -> "ShowAll store i32 0, i32* %3, align 4";
controlflow
"ShowAll %2 = alloca %struct.SqList*, align 8" -> "ShowAll %3 = alloca i32, align 4";
"ShowAll %3 = alloca i32, align 4" -> "ShowAll store %struct.SqList* %0, %struct.SqList** %2, align 8";
"ShowAll store %struct.SqList* %0, %struct.SqList** %2, align 8" -> "ShowAll %4 = call i32 (i8*, ...) @printf(i8* getelementptr inbounds ([23 x i8], [23 x i8]* @.str.8, i32 0, i32 0))";
"ShowAll %4 = call i32 (i8*, ...) @printf(i8* getelementptr inbounds ([23 x i8], [23 x i8]* @.str.8, i32 0, i32 0))" -> "ShowAll store i32 0, i32* %3, align 4";
"ShowAll store i32 0, i32* %3, align 4" -> "ShowAll27 br label %5";
};
subgraph cluster_BB28{
label = BB28;
dataflow
"ShowAll %3 = alloca i32, align 4" -> "ShowAll %6 = load i32, i32* %3, align 4";
"ShowAll %2 = alloca %struct.SqList*, align 8" -> "ShowAll %7 = load %struct.SqList*, %struct.SqList** %2, align 8";
"ShowAll %7 = load %struct.SqList*, %struct.SqList** %2, align 8" -> "ShowAll %8 = getelementptr inbounds %struct.SqList, %struct.SqList* %7, i32 0, i32 1";
"ShowAll %8 = getelementptr inbounds %struct.SqList, %struct.SqList* %7, i32 0, i32 1" -> "ShowAll %9 = load i32, i32* %8, align 8";
"ShowAll %6 = load i32, i32* %3, align 4" -> "ShowAll %10 = icmp slt i32 %6, %9";
"ShowAll %9 = load i32, i32* %8, align 8" -> "ShowAll %10 = icmp slt i32 %6, %9";
"ShowAll %10 = icmp slt i32 %6, %9" -> "ShowAll28 br i1 %10, label %11, label %23";
controlflow
"ShowAll %6 = load i32, i32* %3, align 4" -> "ShowAll %7 = load %struct.SqList*, %struct.SqList** %2, align 8";
"ShowAll %7 = load %struct.SqList*, %struct.SqList** %2, align 8" -> "ShowAll %8 = getelementptr inbounds %struct.SqList, %struct.SqList* %7, i32 0, i32 1";
"ShowAll %8 = getelementptr inbounds %struct.SqList, %struct.SqList* %7, i32 0, i32 1" -> "ShowAll %9 = load i32, i32* %8, align 8";
"ShowAll %9 = load i32, i32* %8, align 8" -> "ShowAll %10 = icmp slt i32 %6, %9";
"ShowAll %10 = icmp slt i32 %6, %9" -> "ShowAll28 br i1 %10, label %11, label %23";
};
subgraph cluster_BB29{
label = BB29;
dataflow
"ShowAll %2 = alloca %struct.SqList*, align 8" -> "ShowAll %12 = load %struct.SqList*, %struct.SqList** %2, align 8";
"ShowAll %12 = load %struct.SqList*, %struct.SqList** %2, align 8" -> "ShowAll %13 = getelementptr inbounds %struct.SqList, %struct.SqList* %12, i32 0, i32 0";
"ShowAll %13 = getelementptr inbounds %struct.SqList, %struct.SqList* %12, i32 0, i32 0" -> "ShowAll %14 = load i32*, i32** %13, align 8";
"ShowAll %3 = alloca i32, align 4" -> "ShowAll %15 = load i32, i32* %3, align 4";
"ShowAll %15 = load i32, i32* %3, align 4" -> "ShowAll %16 = sext i32 %15 to i64";
"ShowAll %14 = load i32*, i32** %13, align 8" -> "ShowAll %17 = getelementptr inbounds i32, i32* %14, i64 %16";
"ShowAll %16 = sext i32 %15 to i64" -> "ShowAll %17 = getelementptr inbounds i32, i32* %14, i64 %16";
"ShowAll %17 = getelementptr inbounds i32, i32* %14, i64 %16" -> "ShowAll %18 = load i32, i32* %17, align 4";
"ShowAll %18 = load i32, i32* %17, align 4" -> "ShowAll %19 = call i32 (i8*, ...) @printf(i8* getelementptr inbounds ([4 x i8], [4 x i8]* @.str.9, i32 0, i32 0), i32 %18)";
"printf" -> "ShowAll %19 = call i32 (i8*, ...) @printf(i8* getelementptr inbounds ([4 x i8], [4 x i8]* @.str.9, i32 0, i32 0), i32 %18)";
"printf" [ color = red ];
controlflow
"ShowAll %12 = load %struct.SqList*, %struct.SqList** %2, align 8" -> "ShowAll %13 = getelementptr inbounds %struct.SqList, %struct.SqList* %12, i32 0, i32 0";
"ShowAll %13 = getelementptr inbounds %struct.SqList, %struct.SqList* %12, i32 0, i32 0" -> "ShowAll %14 = load i32*, i32** %13, align 8";
"ShowAll %14 = load i32*, i32** %13, align 8" -> "ShowAll %15 = load i32, i32* %3, align 4";
"ShowAll %15 = load i32, i32* %3, align 4" -> "ShowAll %16 = sext i32 %15 to i64";
"ShowAll %16 = sext i32 %15 to i64" -> "ShowAll %17 = getelementptr inbounds i32, i32* %14, i64 %16";
"ShowAll %17 = getelementptr inbounds i32, i32* %14, i64 %16" -> "ShowAll %18 = load i32, i32* %17, align 4";
"ShowAll %18 = load i32, i32* %17, align 4" -> "ShowAll %19 = call i32 (i8*, ...) @printf(i8* getelementptr inbounds ([4 x i8], [4 x i8]* @.str.9, i32 0, i32 0), i32 %18)";
"ShowAll %19 = call i32 (i8*, ...) @printf(i8* getelementptr inbounds ([4 x i8], [4 x i8]* @.str.9, i32 0, i32 0), i32 %18)" -> "ShowAll29 br label %20";
};
subgraph cluster_BB31{
label = BB31;
dataflow
"ShowAll %3 = alloca i32, align 4" -> "ShowAll %21 = load i32, i32* %3, align 4";
"ShowAll %21 = load i32, i32* %3, align 4" -> "ShowAll %22 = add nsw i32 %21, 1";
"ShowAll %22 = add nsw i32 %21, 1" -> "ShowAll store i32 %22, i32* %3, align 4";
"ShowAll %3 = alloca i32, align 4" -> "ShowAll store i32 %22, i32* %3, align 4";
controlflow
"ShowAll %21 = load i32, i32* %3, align 4" -> "ShowAll %22 = add nsw i32 %21, 1";
"ShowAll %22 = add nsw i32 %21, 1" -> "ShowAll store i32 %22, i32* %3, align 4";
"ShowAll store i32 %22, i32* %3, align 4" -> "ShowAll31 br label %5";
};
subgraph cluster_BB30{
label = BB30;
dataflow
"printf" -> "ShowAll %24 = call i32 (i8*, ...) @printf(i8* getelementptr inbounds ([2 x i8], [2 x i8]* @.str.10, i32 0, i32 0))";
"printf" [ color = red ];
controlflow
"ShowAll %24 = call i32 (i8*, ...) @printf(i8* getelementptr inbounds ([2 x i8], [2 x i8]* @.str.10, i32 0, i32 0))" -> "ShowAll ret void";
};
};
subgraph cluster_main{
label = main;
subgraph cluster_BB32{
label = BB32;
dataflow
"main %1 = alloca i32, align 4" -> "main store i32 0, i32* %1, align 4";
"main %2 = alloca %struct.SqList, align 8" -> "main call void @init(%struct.SqList* %2)";
"init" -> "main call void @init(%struct.SqList* %2)";
"init" [ color = red ];
"main %2 = alloca %struct.SqList, align 8" -> "main call void @ShowAll(%struct.SqList* %2)";
"ShowAll" -> "main call void @ShowAll(%struct.SqList* %2)";
"ShowAll" [ color = red ];
"main %2 = alloca %struct.SqList, align 8" -> "main call void @Insert(%struct.SqList* %2, i32 2, i32 9)";
"Insert" -> "main call void @Insert(%struct.SqList* %2, i32 2, i32 9)";
"Insert" [ color = red ];
"main %2 = alloca %struct.SqList, align 8" -> "main call void @ShowAll(%struct.SqList* %2)";
"ShowAll" -> "main call void @ShowAll(%struct.SqList* %2)";
"ShowAll" [ color = red ];
"main %2 = alloca %struct.SqList, align 8" -> "main call void @Delete(%struct.SqList* %2, i32 2)";
"Delete" -> "main call void @Delete(%struct.SqList* %2, i32 2)";
"Delete" [ color = red ];
"main %2 = alloca %struct.SqList, align 8" -> "main call void @ShowAll(%struct.SqList* %2)";
"ShowAll" -> "main call void @ShowAll(%struct.SqList* %2)";
"ShowAll" [ color = red ];
"main %2 = alloca %struct.SqList, align 8" -> "main call void @Modify(%struct.SqList* %2, i32 2, i32 88)";
"Modify" -> "main call void @Modify(%struct.SqList* %2, i32 2, i32 88)";
"Modify" [ color = red ];
"main %2 = alloca %struct.SqList, align 8" -> "main call void @ShowAll(%struct.SqList* %2)";
"ShowAll" -> "main call void @ShowAll(%struct.SqList* %2)";
"ShowAll" [ color = red ];
controlflow
"main %1 = alloca i32, align 4" -> "main %2 = alloca %struct.SqList, align 8";
"main %2 = alloca %struct.SqList, align 8" -> "main store i32 0, i32* %1, align 4";
"main store i32 0, i32* %1, align 4" -> "main call void @init(%struct.SqList* %2)";
"main call void @init(%struct.SqList* %2)" -> "main call void @ShowAll(%struct.SqList* %2)";
"main call void @ShowAll(%struct.SqList* %2)" -> "main call void @Insert(%struct.SqList* %2, i32 2, i32 9)";
"main call void @Insert(%struct.SqList* %2, i32 2, i32 9)" -> "main call void @ShowAll(%struct.SqList* %2)";
"main call void @ShowAll(%struct.SqList* %2)" -> "main call void @Delete(%struct.SqList* %2, i32 2)";
"main call void @Delete(%struct.SqList* %2, i32 2)" -> "main call void @ShowAll(%struct.SqList* %2)";
"main call void @ShowAll(%struct.SqList* %2)" -> "main call void @Modify(%struct.SqList* %2, i32 2, i32 88)";
"main call void @Modify(%struct.SqList* %2, i32 2, i32 88)" -> "main call void @ShowAll(%struct.SqList* %2)";
"main call void @ShowAll(%struct.SqList* %2)" -> "main ret i32 0";
};
};
bb_call
"init0 br label %10"-> "init %11 = load i32, i32* %3, align 4";[ltail = cluster_BB0 lhead = cluster_BB1];
"init1 br i1 %15, label %16, label %28"-> "init %17 = call i32 @rand() #3";[ltail = cluster_BB1 lhead = cluster_BB2];
"init1 br i1 %15, label %16, label %28"-> "init %29 = call i32 (i8*, ...) @printf(i8* getelementptr inbounds ([23 x i8], [23 x i8]* @.str, i32 0, i32 0))";[ltail = cluster_BB1 lhead = cluster_BB3];
"init2 br label %25"-> "init %26 = load i32, i32* %3, align 4";[ltail = cluster_BB2 lhead = cluster_BB4];
"init4 br label %10"-> "init %11 = load i32, i32* %3, align 4";[ltail = cluster_BB4 lhead = cluster_BB1];
"Insert5 br i1 %22, label %25, label %23"-> "Insert %26 = load i32*, i32** %7, align 8";[ltail = cluster_BB5 lhead = cluster_BB6];
"Insert5 br i1 %22, label %25, label %23"-> "Insert %24 = call i32 (i8*, ...) @printf(i8* getelementptr inbounds ([28 x i8], [28 x i8]* @.str.1, i32 0, i32 0))";[ltail = cluster_BB5 lhead = cluster_BB7];
"Insert6 br label %37"-> "Insert %38 = load i32, i32* %8, align 4";[ltail = cluster_BB6 lhead = cluster_BB8];
"Insert7 br label %25"-> "Insert %26 = load i32*, i32** %7, align 8";[ltail = cluster_BB7 lhead = cluster_BB6];
"Insert8 br i1 %40, label %41, label %59"-> "Insert %42 = load %struct.SqList*, %struct.SqList** %4, align 8";[ltail = cluster_BB8 lhead = cluster_BB9];
"Insert8 br i1 %40, label %41, label %59"-> "Insert %60 = load i32, i32* %6, align 4";[ltail = cluster_BB8 lhead = cluster_BB10];
"Insert9 br label %56"-> "Insert %57 = load i32, i32* %8, align 4";[ltail = cluster_BB9 lhead = cluster_BB11];
"Insert11 br label %37"-> "Insert %38 = load i32, i32* %8, align 4";[ltail = cluster_BB11 lhead = cluster_BB8];
"Delete12 br i1 %7, label %14, label %8"-> "Delete %15 = call i32 (i8*, ...) @printf(i8* getelementptr inbounds ([35 x i8], [35 x i8]* @.str.3, i32 0, i32 0))";[ltail = cluster_BB12 lhead = cluster_BB13];
"Delete12 br i1 %7, label %14, label %8"-> "Delete %9 = load i32, i32* %4, align 4";[ltail = cluster_BB12 lhead = cluster_BB14];
"Delete15 br label %18"-> "Delete %19 = load i32, i32* %5, align 4";[ltail = cluster_BB15 lhead = cluster_BB17];
"Delete13 br label %48"-> "Delete ret void";[ltail = cluster_BB13 lhead = cluster_BB16];
"Delete14 br i1 %13, label %14, label %16"-> "Delete %15 = call i32 (i8*, ...) @printf(i8* getelementptr inbounds ([35 x i8], [35 x i8]* @.str.3, i32 0, i32 0))";[ltail = cluster_BB14 lhead = cluster_BB13];
"Delete14 br i1 %13, label %14, label %16"-> "Delete %17 = load i32, i32* %4, align 4";[ltail = cluster_BB14 lhead = cluster_BB15];
"Delete17 br i1 %23, label %24, label %42"-> "Delete %25 = load %struct.SqList*, %struct.SqList** %3, align 8";[ltail = cluster_BB17 lhead = cluster_BB18];
"Delete17 br i1 %23, label %24, label %42"-> "Delete %43 = load %struct.SqList*, %struct.SqList** %3, align 8";[ltail = cluster_BB17 lhead = cluster_BB19];
"Delete18 br label %39"-> "Delete %40 = load i32, i32* %5, align 4";[ltail = cluster_BB18 lhead = cluster_BB20];
"Delete19 br label %48"-> "Delete ret void";[ltail = cluster_BB19 lhead = cluster_BB16];
"Delete20 br label %18"-> "Delete %19 = load i32, i32* %5, align 4";[ltail = cluster_BB20 lhead = cluster_BB17];
"Modify22 br i1 %8, label %15, label %9"-> "Modify %16 = call i32 (i8*, ...) @printf(i8* getelementptr inbounds ([35 x i8], [35 x i8]* @.str.6, i32 0, i32 0))";[ltail = cluster_BB22 lhead = cluster_BB23];
"Modify22 br i1 %8, label %15, label %9"-> "Modify %10 = load i32, i32* %5, align 4";[ltail = cluster_BB22 lhead = cluster_BB24];
"Modify23 br label %26"-> "Modify ret void";[ltail = cluster_BB23 lhead = cluster_BB26];
"Modify24 br i1 %14, label %15, label %17"-> "Modify %16 = call i32 (i8*, ...) @printf(i8* getelementptr inbounds ([35 x i8], [35 x i8]* @.str.6, i32 0, i32 0))";[ltail = cluster_BB24 lhead = cluster_BB23];
"Modify24 br i1 %14, label %15, label %17"-> "Modify %18 = load i32, i32* %6, align 4";[ltail = cluster_BB24 lhead = cluster_BB25];
"Modify25 br label %26"-> "Modify ret void";[ltail = cluster_BB25 lhead = cluster_BB26];
"ShowAll27 br label %5"-> "ShowAll %6 = load i32, i32* %3, align 4";[ltail = cluster_BB27 lhead = cluster_BB28];
"ShowAll29 br label %20"-> "ShowAll %21 = load i32, i32* %3, align 4";[ltail = cluster_BB29 lhead = cluster_BB31];
"ShowAll28 br i1 %10, label %11, label %23"-> "ShowAll %12 = load %struct.SqList*, %struct.SqList** %2, align 8";[ltail = cluster_BB28 lhead = cluster_BB29];
"ShowAll28 br i1 %10, label %11, label %23"-> "ShowAll %24 = call i32 (i8*, ...) @printf(i8* getelementptr inbounds ([2 x i8], [2 x i8]* @.str.10, i32 0, i32 0))";[ltail = cluster_BB28 lhead = cluster_BB30];
"ShowAll31 br label %5"-> "ShowAll %6 = load i32, i32* %3, align 4";[ltail = cluster_BB31 lhead = cluster_BB28];
fun_call
"main call void @init(%struct.SqList* %2)"-> "init %2 = alloca %struct.SqList*, align 8";[lhead = cluster_BB0];
"init ret void"-> "main call void @init(%struct.SqList* %2)";[lhead = cluster_BB0];
"main call void @ShowAll(%struct.SqList* %2)"-> "ShowAll %2 = alloca %struct.SqList*, align 8";[lhead = cluster_BB27];
"ShowAll ret void"-> "main call void @ShowAll(%struct.SqList* %2)";[lhead = cluster_BB27];
"main call void @Insert(%struct.SqList* %2, i32 2, i32 9)"-> "Insert %4 = alloca %struct.SqList*, align 8";[lhead = cluster_BB5];
"Insert ret void"-> "main call void @Insert(%struct.SqList* %2, i32 2, i32 9)";[lhead = cluster_BB5];
"main call void @ShowAll(%struct.SqList* %2)"-> "ShowAll %2 = alloca %struct.SqList*, align 8";[lhead = cluster_BB27];
"ShowAll ret void"-> "main call void @ShowAll(%struct.SqList* %2)";[lhead = cluster_BB27];
"main call void @Delete(%struct.SqList* %2, i32 2)"-> "Delete %3 = alloca %struct.SqList*, align 8";[lhead = cluster_BB12];
"Delete ret void"-> "main call void @Delete(%struct.SqList* %2, i32 2)";[lhead = cluster_BB12];
"main call void @ShowAll(%struct.SqList* %2)"-> "ShowAll %2 = alloca %struct.SqList*, align 8";[lhead = cluster_BB27];
"ShowAll ret void"-> "main call void @ShowAll(%struct.SqList* %2)";[lhead = cluster_BB27];
"main call void @Modify(%struct.SqList* %2, i32 2, i32 88)"-> "Modify %4 = alloca %struct.SqList*, align 8";[lhead = cluster_BB22];
"Modify ret void"-> "main call void @Modify(%struct.SqList* %2, i32 2, i32 88)";[lhead = cluster_BB22];
"main call void @ShowAll(%struct.SqList* %2)"-> "ShowAll %2 = alloca %struct.SqList*, align 8";[lhead = cluster_BB27];
"ShowAll ret void"-> "main call void @ShowAll(%struct.SqList* %2)";[lhead = cluster_BB27];