Skip to content
Snippets Groups Projects
arr_sum_ir.dot 2.88 KiB
digraph "Module" {
margin=0;
subgraph sum {
label="sum<1>"
style=invis
cluster=true
ranksep=1;
nodesep=1;
start_0_0 [xlabel=0, label=<Start<BR /><FONT POINT-SIZE="8">Control</FONT>>, color=darkred];
parameter_0_1 [xlabel=1, label=<Parameter (#0)<BR /><FONT POINT-SIZE="8">Array(Float32, #0)</FONT>>, color=darkblue];
dynamic_constant_0_2 [xlabel=2, label=<DynamicConstant (#0)<BR /><FONT POINT-SIZE="8">UnsignedInteger64</FONT>>, color=darkblue];
projection_0_3 [xlabel=3, label=<Projection<BR /><FONT POINT-SIZE="8">Control</FONT>>, color=darkred];
add_0_4 [xlabel=4, label=<Add<BR /><FONT POINT-SIZE="8">UnsignedInteger64</FONT>>, color=darkblue];
add_0_5 [xlabel=5, label=<Add<BR /><FONT POINT-SIZE="8">Float32</FONT>>, color=darkblue];
read_0_6 [xlabel=6, label=<Read<BR /><FONT POINT-SIZE="8">Float32</FONT>>, color=darkblue];
lt_0_7 [xlabel=7, label=<LT<BR /><FONT POINT-SIZE="8">Boolean</FONT>>, color=darkblue];
if_0_8 [xlabel=8, label=<If<BR /><FONT POINT-SIZE="8">Control</FONT>>, color=darkred];
projection_0_9 [xlabel=9, label=<Projection<BR /><FONT POINT-SIZE="8">Control</FONT>>, color=darkred];
return_0_10 [xlabel=10, label=<Return>, color=darkred];
constant_0_11 [xlabel=11, label=<Constant (0)<BR /><FONT POINT-SIZE="8">UnsignedInteger64</FONT>>, color=darkblue];
constant_0_12 [xlabel=12, label=<Constant (1)<BR /><FONT POINT-SIZE="8">UnsignedInteger64</FONT>>, color=darkblue];
constant_0_13 [xlabel=13, label=<Constant (0)<BR /><FONT POINT-SIZE="8">Float32</FONT>>, color=darkblue];
phi_0_14 [xlabel=14, label=<Phi<BR /><FONT POINT-SIZE="8">UnsignedInteger64</FONT>>, color=darkblue];
phi_0_15 [xlabel=15, label=<Phi<BR /><FONT POINT-SIZE="8">Float32</FONT>>, color=darkblue];
region_0_16 [xlabel=16, label=<Region<BR /><FONT POINT-SIZE="8">Control</FONT>>, color=darkred];
if_0_8 -> projection_0_3 [color=black, style="dashed"];
phi_0_14 -> add_0_4 [color=black, style=""];
constant_0_12 -> add_0_4 [color=black, style=""];
phi_0_15 -> add_0_5 [color=black, style=""];
read_0_6 -> add_0_5 [color=black, style=""];
parameter_0_1 -> read_0_6 [color=black, style=""];
phi_0_14 -> read_0_6 [color=black, style=""];
add_0_4 -> lt_0_7 [color=black, style=""];
dynamic_constant_0_2 -> lt_0_7 [color=black, style=""];
if_0_8 -> region_0_16 [dir=back, color=black, style="dashed"];
lt_0_7 -> if_0_8 [color=black, style="dotted"];
if_0_8 -> projection_0_9 [color=black, style="dashed"];
projection_0_9 -> return_0_10 [color=black, style="dashed"];
add_0_5 -> return_0_10 [color=black, style="dotted"];
constant_0_11 -> phi_0_14 [color=black, style=""];
phi_0_14 -> add_0_4 [dir=back, color=black, style=""];
region_0_16 -> phi_0_14 [color=black, style="dotted"];
constant_0_13 -> phi_0_15 [color=black, style=""];
add_0_5 -> phi_0_15 [color=black, style=""];
region_0_16 -> phi_0_15 [color=black, style="dotted"];
start_0_0 -> region_0_16 [color=black, style="dashed"];
projection_0_3 -> region_0_16 [color=black, style="dashed"];
}
}