-
Notifications
You must be signed in to change notification settings - Fork 0
/
mvt_simd.c.012t.ompexp.dot
445 lines (402 loc) · 16.6 KB
/
mvt_simd.c.012t.ompexp.dot
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
digraph "mvt_simd.c.012t.ompexp" {
overlap=false;
subgraph "cluster_init_array" {
style="dashed";
color="black";
label="init_array ()";
subgraph cluster_2_1 {
style="filled";
color="darkgreen";
fillcolor="grey88";
label="loop 1";
labeljust=l;
penwidth=2;
subgraph cluster_2_2 {
style="filled";
color="darkgreen";
fillcolor="grey77";
label="loop 2";
labeljust=l;
penwidth=2;
fn_2_basic_block_5 [shape=record,style=filled,fillcolor=lightgrey,label="{ FREQ:0 |\<bb\ 5\>:\l\
|if\ (j\ \<\ n)\l\
\ \ goto\ \<bb\ 4\>;\l\
else\l\
\ \ goto\ \<bb\ 6\>;\l\
}"];
fn_2_basic_block_4 [shape=record,style=filled,fillcolor=lightgrey,label="{ FREQ:0 |\<bb\ 4\>:\l\
|D.4871\ =\ (long\ unsigned\ int)\ i;\l\
|D.4872\ =\ D.4871\ *\ 64000;\l\
|D.4873\ =\ A\ +\ D.4872;\l\
|D.4874\ =\ (double)\ i;\l\
|D.4875\ =\ (double)\ j;\l\
|D.4876\ =\ D.4874\ *\ D.4875;\l\
|D.4877\ =\ D.4876\ /\ 8.0e+3;\l\
|*D.4873[j]\ =\ D.4877;\l\
|j\ =\ j\ +\ 1;\l\
}"];
}
fn_2_basic_block_7 [shape=record,style=filled,fillcolor=lightgrey,label="{ FREQ:0 |\<bb\ 7\>:\l\
|if\ (i\ \<\ n)\l\
\ \ goto\ \<bb\ 3\>;\l\
else\l\
\ \ goto\ \<bb\ 8\>;\l\
}"];
fn_2_basic_block_3 [shape=record,style=filled,fillcolor=lightgrey,label="{ FREQ:0 |\<bb\ 3\>:\l\
|D.4844\ =\ (long\ unsigned\ int)\ i;\l\
|D.4845\ =\ D.4844\ *\ 8;\l\
|D.4846\ =\ x1\ +\ D.4845;\l\
|D.4847\ =\ (double)\ i;\l\
|D.4848\ =\ (double)\ n;\l\
|D.4849\ =\ D.4847\ /\ D.4848;\l\
|*D.4846\ =\ D.4849;\l\
|D.4850\ =\ (long\ unsigned\ int)\ i;\l\
|D.4851\ =\ D.4850\ *\ 8;\l\
|D.4852\ =\ x2\ +\ D.4851;\l\
|D.4853\ =\ (double)\ i;\l\
|D.4854\ =\ D.4853\ +\ 1.0e+0;\l\
|D.4855\ =\ (double)\ n;\l\
|D.4856\ =\ D.4854\ /\ D.4855;\l\
|*D.4852\ =\ D.4856;\l\
|D.4857\ =\ (long\ unsigned\ int)\ i;\l\
|D.4858\ =\ D.4857\ *\ 8;\l\
|D.4859\ =\ y_1\ +\ D.4858;\l\
|D.4860\ =\ (double)\ i;\l\
|D.4861\ =\ D.4860\ +\ 3.0e+0;\l\
|D.4862\ =\ (double)\ n;\l\
|D.4863\ =\ D.4861\ /\ D.4862;\l\
|*D.4859\ =\ D.4863;\l\
|D.4864\ =\ (long\ unsigned\ int)\ i;\l\
|D.4865\ =\ D.4864\ *\ 8;\l\
|D.4866\ =\ y_2\ +\ D.4865;\l\
|D.4867\ =\ (double)\ i;\l\
|D.4868\ =\ D.4867\ +\ 4.0e+0;\l\
|D.4869\ =\ (double)\ n;\l\
|D.4870\ =\ D.4868\ /\ D.4869;\l\
|*D.4866\ =\ D.4870;\l\
|j\ =\ 0;\l\
goto\ \<bb\ 5\>;\l\
}"];
fn_2_basic_block_6 [shape=record,style=filled,fillcolor=lightgrey,label="{ FREQ:0 |\<bb\ 6\>:\l\
|i\ =\ i\ +\ 1;\l\
}"];
}
fn_2_basic_block_0 [shape=Mdiamond,style=filled,fillcolor=white,label="ENTRY"];
fn_2_basic_block_1 [shape=Mdiamond,style=filled,fillcolor=white,label="EXIT"];
fn_2_basic_block_2 [shape=record,style=filled,fillcolor=lightgrey,label="{ FREQ:0 |\<bb\ 2\>:\l\
|i\ =\ 0;\l\
goto\ \<bb\ 7\>;\l\
}"];
fn_2_basic_block_8 [shape=record,style=filled,fillcolor=lightgrey,label="{ FREQ:0 |\<bb\ 8\>:\l\
|return;\l\
}"];
fn_2_basic_block_0:s -> fn_2_basic_block_2:n [style="solid,bold",color=blue,weight=100,constraint=true, label="[0%]"];
fn_2_basic_block_2:s -> fn_2_basic_block_7:n [style="solid,bold",color=blue,weight=100,constraint=true, label="[0%]"];
fn_2_basic_block_3:s -> fn_2_basic_block_5:n [style="solid,bold",color=blue,weight=100,constraint=true, label="[0%]"];
fn_2_basic_block_4:s -> fn_2_basic_block_5:n [style="dotted,bold",color=blue,weight=10,constraint=false, label="[0%]"];
fn_2_basic_block_5:s -> fn_2_basic_block_4:n [style="solid,bold",color=black,weight=10,constraint=true, label="[0%]"];
fn_2_basic_block_5:s -> fn_2_basic_block_6:n [style="solid,bold",color=black,weight=10,constraint=true, label="[0%]"];
fn_2_basic_block_6:s -> fn_2_basic_block_7:n [style="dotted,bold",color=blue,weight=10,constraint=false, label="[0%]"];
fn_2_basic_block_7:s -> fn_2_basic_block_3:n [style="solid,bold",color=black,weight=10,constraint=true, label="[0%]"];
fn_2_basic_block_7:s -> fn_2_basic_block_8:n [style="solid,bold",color=black,weight=10,constraint=true, label="[0%]"];
fn_2_basic_block_8:s -> fn_2_basic_block_1:n [style="solid,bold",color=black,weight=10,constraint=true, label="[0%]"];
fn_2_basic_block_0:s -> fn_2_basic_block_1:n [style="invis",constraint=true];
}
subgraph "cluster_print_array" {
style="dashed";
color="black";
label="print_array ()";
subgraph cluster_3_1 {
style="filled";
color="darkgreen";
fillcolor="grey88";
label="loop 1";
labeljust=l;
penwidth=2;
fn_3_basic_block_6 [shape=record,style=filled,fillcolor=lightgrey,label="{ FREQ:0 |\<bb\ 6\>:\l\
|if\ (i\ \<\ n)\l\
\ \ goto\ \<bb\ 3\>;\l\
else\l\
\ \ goto\ \<bb\ 7\>;\l\
}"];
fn_3_basic_block_3 [shape=record,style=filled,fillcolor=lightgrey,label="{ FREQ:0 |\<bb\ 3\>:\l\
|D.4878\ =\ (long\ unsigned\ int)\ i;\l\
|D.4879\ =\ D.4878\ *\ 8;\l\
|D.4880\ =\ x1\ +\ D.4879;\l\
|D.4881\ =\ *D.4880;\l\
|stderr.0\ =\ stderr;\l\
|fprintf\ (stderr.0,\ \"%0.2lf\ \",\ D.4881);\l\
|D.4883\ =\ (long\ unsigned\ int)\ i;\l\
|D.4884\ =\ D.4883\ *\ 8;\l\
|D.4885\ =\ x2\ +\ D.4884;\l\
|D.4886\ =\ *D.4885;\l\
|stderr.1\ =\ stderr;\l\
|fprintf\ (stderr.1,\ \"%0.2lf\ \",\ D.4886);\l\
|D.4888\ =\ i\ %\ 20;\l\
|if\ (D.4888\ ==\ 0)\l\
\ \ goto\ \<bb\ 4\>;\l\
else\l\
\ \ goto\ \<bb\ 5\>;\l\
}"];
fn_3_basic_block_4 [shape=record,style=filled,fillcolor=lightgrey,label="{ FREQ:0 |\<bb\ 4\>:\l\
|stderr.2\ =\ stderr;\l\
|__builtin_fputc\ (10,\ stderr.2);\l\
}"];
fn_3_basic_block_5 [shape=record,style=filled,fillcolor=lightgrey,label="{ FREQ:0 |\<bb\ 5\>:\l\
|i\ =\ i\ +\ 1;\l\
}"];
}
fn_3_basic_block_0 [shape=Mdiamond,style=filled,fillcolor=white,label="ENTRY"];
fn_3_basic_block_1 [shape=Mdiamond,style=filled,fillcolor=white,label="EXIT"];
fn_3_basic_block_2 [shape=record,style=filled,fillcolor=lightgrey,label="{ FREQ:0 |\<bb\ 2\>:\l\
|i\ =\ 0;\l\
goto\ \<bb\ 6\>;\l\
}"];
fn_3_basic_block_7 [shape=record,style=filled,fillcolor=lightgrey,label="{ FREQ:0 |\<bb\ 7\>:\l\
|return;\l\
}"];
fn_3_basic_block_0:s -> fn_3_basic_block_2:n [style="solid,bold",color=blue,weight=100,constraint=true, label="[0%]"];
fn_3_basic_block_2:s -> fn_3_basic_block_6:n [style="solid,bold",color=blue,weight=100,constraint=true, label="[0%]"];
fn_3_basic_block_3:s -> fn_3_basic_block_4:n [style="solid,bold",color=black,weight=10,constraint=true, label="[0%]"];
fn_3_basic_block_3:s -> fn_3_basic_block_5:n [style="solid,bold",color=black,weight=10,constraint=true, label="[0%]"];
fn_3_basic_block_4:s -> fn_3_basic_block_5:n [style="solid,bold",color=blue,weight=100,constraint=true, label="[0%]"];
fn_3_basic_block_5:s -> fn_3_basic_block_6:n [style="dotted,bold",color=blue,weight=10,constraint=false, label="[0%]"];
fn_3_basic_block_6:s -> fn_3_basic_block_3:n [style="solid,bold",color=black,weight=10,constraint=true, label="[0%]"];
fn_3_basic_block_6:s -> fn_3_basic_block_7:n [style="solid,bold",color=black,weight=10,constraint=true, label="[0%]"];
fn_3_basic_block_7:s -> fn_3_basic_block_1:n [style="solid,bold",color=black,weight=10,constraint=true, label="[0%]"];
fn_3_basic_block_0:s -> fn_3_basic_block_1:n [style="invis",constraint=true];
}
subgraph "cluster_kernel_mvt" {
style="dashed";
color="black";
label="kernel_mvt ()";
subgraph cluster_4_3 {
style="filled";
color="darkgreen";
fillcolor="grey88";
label="loop 3";
labeljust=l;
penwidth=2;
subgraph cluster_4_2 {
style="filled";
color="darkgreen";
fillcolor="grey77";
label="loop 2";
labeljust=l;
penwidth=2;
fn_4_basic_block_13 [shape=record,style=filled,fillcolor=lightgrey,label="{ FREQ:0 |\<bb\ 13\>:\l\
|if\ (j\ \<\ n)\l\
\ \ goto\ \<bb\ 12\>;\l\
else\l\
\ \ goto\ \<bb\ 14\>;\l\
}"];
fn_4_basic_block_12 [shape=record,style=filled,fillcolor=lightgrey,label="{ FREQ:0 |\<bb\ 12\>:\l\
|D.4909\ =\ (long\ unsigned\ int)\ i;\l\
|D.4910\ =\ D.4909\ *\ 8;\l\
|D.4911\ =\ x2\ +\ D.4910;\l\
|D.4912\ =\ (long\ unsigned\ int)\ i;\l\
|D.4913\ =\ D.4912\ *\ 8;\l\
|D.4914\ =\ x2\ +\ D.4913;\l\
|D.4915\ =\ *D.4914;\l\
|D.4916\ =\ (long\ unsigned\ int)\ j;\l\
|D.4917\ =\ D.4916\ *\ 64000;\l\
|D.4918\ =\ A\ +\ D.4917;\l\
|D.4919\ =\ *D.4918[i];\l\
|D.4920\ =\ (long\ unsigned\ int)\ j;\l\
|D.4921\ =\ D.4920\ *\ 8;\l\
|D.4922\ =\ y_2\ +\ D.4921;\l\
|D.4923\ =\ *D.4922;\l\
|D.4924\ =\ D.4919\ *\ D.4923;\l\
|D.4925\ =\ D.4915\ +\ D.4924;\l\
|*D.4911\ =\ D.4925;\l\
|j\ =\ j\ +\ 1;\l\
}"];
}
fn_4_basic_block_15 [shape=record,style=filled,fillcolor=lightgrey,label="{ FREQ:0 |\<bb\ 15\>:\l\
|if\ (i\ \<\ n.4)\l\
\ \ goto\ \<bb\ 11\>;\l\
else\l\
\ \ goto\ \<bb\ 16\>;\l\
}"];
fn_4_basic_block_11 [shape=record,style=filled,fillcolor=lightgrey,label="{ FREQ:0 |\<bb\ 11\>:\l\
|j\ =\ 0;\l\
goto\ \<bb\ 13\>;\l\
}"];
fn_4_basic_block_14 [shape=record,style=filled,fillcolor=lightgrey,label="{ FREQ:0 |\<bb\ 14\>:\l\
|i\ =\ i\ +\ 1;\l\
}"];
}
subgraph cluster_4_4 {
style="filled";
color="darkgreen";
fillcolor="grey88";
label="loop 4";
labeljust=l;
penwidth=2;
subgraph cluster_4_1 {
style="filled";
color="darkgreen";
fillcolor="grey77";
label="loop 1";
labeljust=l;
penwidth=2;
fn_4_basic_block_5 [shape=record,style=filled,fillcolor=lightgrey,label="{ FREQ:0 |\<bb\ 5\>:\l\
|if\ (j\ \<\ n)\l\
\ \ goto\ \<bb\ 4\>;\l\
else\l\
\ \ goto\ \<bb\ 6\>;\l\
}"];
fn_4_basic_block_4 [shape=record,style=filled,fillcolor=lightgrey,label="{ FREQ:0 |\<bb\ 4\>:\l\
|D.4892\ =\ (long\ unsigned\ int)\ i;\l\
|D.4893\ =\ D.4892\ *\ 8;\l\
|D.4894\ =\ x1\ +\ D.4893;\l\
|D.4895\ =\ (long\ unsigned\ int)\ i;\l\
|D.4896\ =\ D.4895\ *\ 8;\l\
|D.4897\ =\ x1\ +\ D.4896;\l\
|D.4898\ =\ *D.4897;\l\
|D.4899\ =\ (long\ unsigned\ int)\ i;\l\
|D.4900\ =\ D.4899\ *\ 64000;\l\
|D.4901\ =\ A\ +\ D.4900;\l\
|D.4902\ =\ *D.4901[j];\l\
|D.4903\ =\ (long\ unsigned\ int)\ j;\l\
|D.4904\ =\ D.4903\ *\ 8;\l\
|D.4905\ =\ y_1\ +\ D.4904;\l\
|D.4906\ =\ *D.4905;\l\
|D.4907\ =\ D.4902\ *\ D.4906;\l\
|D.4908\ =\ D.4898\ +\ D.4907;\l\
|*D.4894\ =\ D.4908;\l\
|j\ =\ j\ +\ 1;\l\
}"];
}
fn_4_basic_block_7 [shape=record,style=filled,fillcolor=lightgrey,label="{ FREQ:0 |\<bb\ 7\>:\l\
|if\ (i\ \<\ n.3)\l\
\ \ goto\ \<bb\ 3\>;\l\
else\l\
\ \ goto\ \<bb\ 8\>;\l\
}"];
fn_4_basic_block_3 [shape=record,style=filled,fillcolor=lightgrey,label="{ FREQ:0 |\<bb\ 3\>:\l\
|j\ =\ 0;\l\
goto\ \<bb\ 5\>;\l\
}"];
fn_4_basic_block_6 [shape=record,style=filled,fillcolor=lightgrey,label="{ FREQ:0 |\<bb\ 6\>:\l\
|i\ =\ i\ +\ 1;\l\
}"];
}
fn_4_basic_block_0 [shape=Mdiamond,style=filled,fillcolor=white,label="ENTRY"];
fn_4_basic_block_1 [shape=Mdiamond,style=filled,fillcolor=white,label="EXIT"];
fn_4_basic_block_2 [shape=record,style=filled,fillcolor=lightgrey,label="{ FREQ:0 |\<bb\ 2\>:\l\
|n.3\ =\ n;\l\
|i\ =\ 0;\l\
|i\ =\ 0;\l\
goto\ \<bb\ 7\>;\l\
}"];
fn_4_basic_block_8 [shape=record,style=filled,fillcolor=lightgrey,label="{ FREQ:0 |\<bb\ 8\>:\l\
|if\ (i\ ==\ n.3)\l\
\ \ goto\ \<bb\ 9\>;\l\
else\l\
\ \ goto\ \<bb\ 10\>;\l\
}"];
fn_4_basic_block_9 [shape=record,style=filled,fillcolor=lightgrey,label="{ FREQ:0 |\<bb\ 9\>:\l\
|i\ =\ i;\l\
}"];
fn_4_basic_block_10 [shape=record,style=filled,fillcolor=lightgrey,label="{ FREQ:0 |\<bb\ 10\>:\l\
|n.4\ =\ n;\l\
|i\ =\ 0;\l\
|i\ =\ 0;\l\
goto\ \<bb\ 15\>;\l\
}"];
fn_4_basic_block_16 [shape=record,style=filled,fillcolor=lightgrey,label="{ FREQ:0 |\<bb\ 16\>:\l\
|if\ (i\ ==\ n.4)\l\
\ \ goto\ \<bb\ 17\>;\l\
else\l\
\ \ goto\ \<bb\ 18\>;\l\
}"];
fn_4_basic_block_17 [shape=record,style=filled,fillcolor=lightgrey,label="{ FREQ:0 |\<bb\ 17\>:\l\
|i\ =\ i;\l\
}"];
fn_4_basic_block_18 [shape=record,style=filled,fillcolor=lightgrey,label="{ FREQ:0 |\<bb\ 18\>:\l\
|return;\l\
}"];
fn_4_basic_block_0:s -> fn_4_basic_block_2:n [style="solid,bold",color=blue,weight=100,constraint=true, label="[0%]"];
fn_4_basic_block_2:s -> fn_4_basic_block_7:n [style="solid,bold",color=blue,weight=100,constraint=true, label="[0%]"];
fn_4_basic_block_3:s -> fn_4_basic_block_5:n [style="solid,bold",color=blue,weight=100,constraint=true, label="[0%]"];
fn_4_basic_block_4:s -> fn_4_basic_block_5:n [style="dotted,bold",color=blue,weight=10,constraint=false, label="[0%]"];
fn_4_basic_block_5:s -> fn_4_basic_block_4:n [style="solid,bold",color=black,weight=10,constraint=true, label="[0%]"];
fn_4_basic_block_5:s -> fn_4_basic_block_6:n [style="solid,bold",color=black,weight=10,constraint=true, label="[0%]"];
fn_4_basic_block_6:s -> fn_4_basic_block_7:n [style="dotted,bold",color=blue,weight=10,constraint=false, label="[100%]"];
fn_4_basic_block_7:s -> fn_4_basic_block_3:n [style="solid,bold",color=black,weight=10,constraint=true, label="[87%]"];
fn_4_basic_block_7:s -> fn_4_basic_block_8:n [style="solid,bold",color=black,weight=10,constraint=true, label="[12%]"];
fn_4_basic_block_8:s -> fn_4_basic_block_9:n [style="solid,bold",color=black,weight=10,constraint=true, label="[0%]"];
fn_4_basic_block_8:s -> fn_4_basic_block_10:n [style="solid,bold",color=black,weight=10,constraint=true, label="[0%]"];
fn_4_basic_block_9:s -> fn_4_basic_block_10:n [style="solid,bold",color=blue,weight=100,constraint=true, label="[0%]"];
fn_4_basic_block_10:s -> fn_4_basic_block_15:n [style="solid,bold",color=blue,weight=100,constraint=true, label="[0%]"];
fn_4_basic_block_11:s -> fn_4_basic_block_13:n [style="solid,bold",color=blue,weight=100,constraint=true, label="[0%]"];
fn_4_basic_block_12:s -> fn_4_basic_block_13:n [style="dotted,bold",color=blue,weight=10,constraint=false, label="[0%]"];
fn_4_basic_block_13:s -> fn_4_basic_block_12:n [style="solid,bold",color=black,weight=10,constraint=true, label="[0%]"];
fn_4_basic_block_13:s -> fn_4_basic_block_14:n [style="solid,bold",color=black,weight=10,constraint=true, label="[0%]"];
fn_4_basic_block_14:s -> fn_4_basic_block_15:n [style="dotted,bold",color=blue,weight=10,constraint=false, label="[100%]"];
fn_4_basic_block_15:s -> fn_4_basic_block_11:n [style="solid,bold",color=black,weight=10,constraint=true, label="[87%]"];
fn_4_basic_block_15:s -> fn_4_basic_block_16:n [style="solid,bold",color=black,weight=10,constraint=true, label="[12%]"];
fn_4_basic_block_16:s -> fn_4_basic_block_17:n [style="solid,bold",color=black,weight=10,constraint=true, label="[0%]"];
fn_4_basic_block_16:s -> fn_4_basic_block_18:n [style="solid,bold",color=black,weight=10,constraint=true, label="[0%]"];
fn_4_basic_block_17:s -> fn_4_basic_block_18:n [style="solid,bold",color=blue,weight=100,constraint=true, label="[0%]"];
fn_4_basic_block_18:s -> fn_4_basic_block_1:n [style="solid,bold",color=black,weight=10,constraint=true, label="[0%]"];
fn_4_basic_block_0:s -> fn_4_basic_block_1:n [style="invis",constraint=true];
}
subgraph "cluster_main" {
style="dashed";
color="black";
label="main ()";
fn_5_basic_block_0 [shape=Mdiamond,style=filled,fillcolor=white,label="ENTRY"];
fn_5_basic_block_1 [shape=Mdiamond,style=filled,fillcolor=white,label="EXIT"];
fn_5_basic_block_2 [shape=record,style=filled,fillcolor=lightgrey,label="{ FREQ:0 |\<bb\ 2\>:\l\
|n\ =\ 8000;\l\
|A\ =\ polybench_alloc_data\ (64000000,\ 8);\l\
|x1\ =\ polybench_alloc_data\ (8000,\ 8);\l\
|x2\ =\ polybench_alloc_data\ (8000,\ 8);\l\
|y_1\ =\ polybench_alloc_data\ (8000,\ 8);\l\
|y_2\ =\ polybench_alloc_data\ (8000,\ 8);\l\
|init_array\ (n,\ x1,\ x2,\ y_1,\ y_2,\ A);\l\
|polybench_timer_start\ ();\l\
|kernel_mvt\ (n,\ x1,\ x2,\ y_1,\ y_2,\ A);\l\
|polybench_timer_stop\ ();\l\
|polybench_timer_print\ ();\l\
|if\ (argc\ \>\ 42)\l\
\ \ goto\ \<bb\ 3\>;\l\
else\l\
\ \ goto\ \<bb\ 5\>;\l\
}"];
fn_5_basic_block_3 [shape=record,style=filled,fillcolor=lightgrey,label="{ FREQ:0 |\<bb\ 3\>:\l\
|D.4942\ =\ *argv;\l\
|D.4943\ =\ MEM[(const\ unsigned\ char\ *\ \{ref-all\})D.4942];\l\
|if\ (D.4943\ ==\ 0)\l\
\ \ goto\ \<bb\ 4\>;\l\
else\l\
\ \ goto\ \<bb\ 5\>;\l\
}"];
fn_5_basic_block_4 [shape=record,style=filled,fillcolor=lightgrey,label="{ FREQ:0 |\<bb\ 4\>:\l\
|print_array\ (n,\ x1,\ x2);\l\
}"];
fn_5_basic_block_5 [shape=record,style=filled,fillcolor=lightgrey,label="{ FREQ:0 |\<bb\ 5\>:\l\
|free\ (A);\l\
|free\ (x1);\l\
|free\ (x2);\l\
|free\ (y_1);\l\
|free\ (y_2);\l\
|D.4946\ =\ 0;\l\
}"];
fn_5_basic_block_6 [shape=record,style=filled,fillcolor=lightgrey,label="{ FREQ:0 |\<bb\ 6\>:\l\
|\<L4\>:\l\
|return\ D.4946;\l\
}"];
fn_5_basic_block_0:s -> fn_5_basic_block_2:n [style="solid,bold",color=blue,weight=100,constraint=true, label="[0%]"];
fn_5_basic_block_2:s -> fn_5_basic_block_3:n [style="solid,bold",color=black,weight=10,constraint=true, label="[0%]"];
fn_5_basic_block_2:s -> fn_5_basic_block_5:n [style="solid,bold",color=black,weight=10,constraint=true, label="[0%]"];
fn_5_basic_block_3:s -> fn_5_basic_block_4:n [style="solid,bold",color=black,weight=10,constraint=true, label="[0%]"];
fn_5_basic_block_3:s -> fn_5_basic_block_5:n [style="solid,bold",color=black,weight=10,constraint=true, label="[0%]"];
fn_5_basic_block_4:s -> fn_5_basic_block_5:n [style="solid,bold",color=blue,weight=100,constraint=true, label="[0%]"];
fn_5_basic_block_5:s -> fn_5_basic_block_6:n [style="solid,bold",color=blue,weight=100,constraint=true, label="[0%]"];
fn_5_basic_block_6:s -> fn_5_basic_block_1:n [style="solid,bold",color=black,weight=10,constraint=true, label="[0%]"];
fn_5_basic_block_0:s -> fn_5_basic_block_1:n [style="invis",constraint=true];
}
}