forked from nadavrot/layout
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsched1.dot
49 lines (48 loc) · 2.66 KB
/
sched1.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
digraph "Scheduling-Units Graph for dag.mixer:" {
rankdir="TB";
label="Scheduling-Units Graph for dag.mixer:";
Node0x7fbfc2028000 [shape=record,shape=Mrecord,label="{SU:0|COPY}"];
Node0x7fbfc2028110 [shape=record,shape=Mrecord,label="{SU:1|MOV64rm}"];
Node0x7fbfc2028220 [shape=record,shape=Mrecord,label="{SU:2|MOV32rm}"];
Node0x7fbfc2028220 -> Node0x7fbfc2028110;
Node0x7fbfc2028330 [shape=record,shape=Mrecord,label="{SU:3|MOV64rm}"];
Node0x7fbfc2028440 [shape=record,shape=Mrecord,label="{SU:4|MOV32rm}"];
Node0x7fbfc2028440 -> Node0x7fbfc2028330;
Node0x7fbfc2028550 [shape=record,shape=Mrecord,label="{SU:5|MOV64rm}"];
Node0x7fbfc2028660 [shape=record,shape=Mrecord,label="{SU:6|MOV64rm}"];
Node0x7fbfc2028770 [shape=record,shape=Mrecord,label="{SU:7|MOV32rm}"];
Node0x7fbfc2028770 -> Node0x7fbfc2028660;
Node0x7fbfc2028880 [shape=record,shape=Mrecord,label="{SU:8|MOV32rm}"];
Node0x7fbfc2028880 -> Node0x7fbfc2028550;
Node0x7fbfc2028990 [shape=record,shape=Mrecord,label="{SU:9|XOR32rr}"];
Node0x7fbfc2028990 -> Node0x7fbfc2028880;
Node0x7fbfc2028990 -> Node0x7fbfc2028880[color=blue,style=dashed];
Node0x7fbfc2028990 -> Node0x7fbfc2028770;
Node0x7fbfc2028aa0 [shape=record,shape=Mrecord,label="{SU:10|AND32rr}"];
Node0x7fbfc2028aa0 -> Node0x7fbfc2028990;
Node0x7fbfc2028aa0 -> Node0x7fbfc2028990[color=blue,style=dashed];
Node0x7fbfc2028aa0 -> Node0x7fbfc2028440;
Node0x7fbfc2028bb0 [shape=record,shape=Mrecord,label="{SU:11|XOR32rr}"];
Node0x7fbfc2028bb0 -> Node0x7fbfc2028aa0;
Node0x7fbfc2028bb0 -> Node0x7fbfc2028aa0[color=blue,style=dashed];
Node0x7fbfc2028bb0 -> Node0x7fbfc2028770;
Node0x7fbfc2028cc0 [shape=record,shape=Mrecord,label="{SU:12|ADD32rm}"];
Node0x7fbfc2028cc0 -> Node0x7fbfc2028220;
Node0x7fbfc2028cc0 -> Node0x7fbfc2028220[color=blue,style=dashed];
Node0x7fbfc2028cc0 -> Node0x7fbfc2028000;
Node0x7fbfc2028dd0 [shape=record,shape=Mrecord,label="{SU:13|LEA64_32r}"];
Node0x7fbfc2028dd0 -> Node0x7fbfc2028bb0;
Node0x7fbfc2028dd0 -> Node0x7fbfc2028cc0;
Node0x7fbfc2028ee0 [shape=record,shape=Mrecord,label="{SU:14|ROL32ri}"];
Node0x7fbfc2028ee0 -> Node0x7fbfc2028dd0;
Node0x7fbfc2028ee0 -> Node0x7fbfc2028dd0[color=blue,style=dashed];
Node0x7fbfc2028ff0 [shape=record,shape=Mrecord,label="{SU:15|ADD32rr}"];
Node0x7fbfc2028ff0 -> Node0x7fbfc2028ee0;
Node0x7fbfc2028ff0 -> Node0x7fbfc2028ee0[color=blue,style=dashed];
Node0x7fbfc2028ff0 -> Node0x7fbfc2028440;
Node0x7fbfc2029100 [shape=record,shape=Mrecord,label="{SU:16|MOV32mr}"];
Node0x7fbfc2029100 -> Node0x7fbfc2028ff0;
Node0x7fbfc2029100 -> Node0x7fbfc2028cc0[color=blue,style=dashed];
Node0x7fbfc2029100 -> Node0x7fbfc2028220[color=blue,style=dashed];
Node0x7fbfc2029100 -> Node0x7fbfc2028110;
}