78 lines
2.5 KiB
Plaintext
78 lines
2.5 KiB
Plaintext
digraph CFG {
|
|
node [fontname="Helvetica"];
|
|
n1034 [label="START", shape=ellipse, style=filled, color=gray];
|
|
n1034 -> n1076;
|
|
n1076 [label="21", shape=box];
|
|
n1076 -> n1077;
|
|
n1077 [label="49", shape=box];
|
|
n1077 -> n1078;
|
|
n1078 [label="CALL wrapper", shape=box, style=filled, color=orange];
|
|
n1078 -> n1036;
|
|
n1078 -> n1080;
|
|
n1036 [label="START wrapper(a, b)", shape=ellipse, style=filled, color=green];
|
|
n1036 -> n1071;
|
|
n1071 [label="0", shape=box];
|
|
n1071 -> n1072;
|
|
n1072 [label="CALL ggt", shape=box, style=filled, color=orange];
|
|
n1072 -> n1039;
|
|
n1072 -> n1074;
|
|
n1039 [label="START ggt(noneSense)", shape=ellipse, style=filled, color=green];
|
|
n1039 -> n1042;
|
|
n1042 [label="a", shape=box];
|
|
n1042 -> n1043;
|
|
n1043 [label="b", shape=box];
|
|
n1043 -> n1044;
|
|
n1044 [label="a == b", shape=box];
|
|
n1044 -> n1045;
|
|
n1045 [label="<?>", shape=diamond];
|
|
n1045 -> n1049 [label="T"];
|
|
n1045 -> n1050 [label="F"];
|
|
n1049 [label="a", shape=box];
|
|
n1049 -> n1040;
|
|
n1040 [label="END ggt(noneSense)", shape=ellipse, style=filled, color=green];
|
|
n1040 -> n1074;
|
|
n1074 [label="RET ggt", shape=box, style=filled, color=orange];
|
|
n1074 -> n1037;
|
|
n1037 [label="END wrapper(a, b)", shape=ellipse, style=filled, color=green];
|
|
n1037 -> n1063;
|
|
n1037 -> n1070;
|
|
n1037 -> n1080;
|
|
n1063 [label="RET wrapper", shape=box, style=filled, color=orange];
|
|
n1063 -> n1040;
|
|
n1070 [label="RET wrapper", shape=box, style=filled, color=orange];
|
|
n1070 -> n1040;
|
|
n1080 [label="RET wrapper", shape=box, style=filled, color=orange];
|
|
n1080 -> n1035;
|
|
n1035 [label="END", shape=ellipse, style=filled, color=gray];
|
|
n1050 [label="a", shape=box];
|
|
n1050 -> n1051;
|
|
n1051 [label="b", shape=box];
|
|
n1051 -> n1052;
|
|
n1052 [label="a > b", shape=box];
|
|
n1052 -> n1053;
|
|
n1053 [label="<?>", shape=diamond];
|
|
n1053 -> n1057 [label="T"];
|
|
n1053 -> n1064 [label="F"];
|
|
n1057 [label="a", shape=box];
|
|
n1057 -> n1058;
|
|
n1058 [label="b", shape=box];
|
|
n1058 -> n1059;
|
|
n1059 [label="a - b", shape=box];
|
|
n1059 -> n1060;
|
|
n1060 [label="b", shape=box];
|
|
n1060 -> n1061;
|
|
n1061 [label="CALL wrapper", shape=box, style=filled, color=orange];
|
|
n1061 -> n1036;
|
|
n1061 -> n1063;
|
|
n1064 [label="b", shape=box];
|
|
n1064 -> n1065;
|
|
n1065 [label="a", shape=box];
|
|
n1065 -> n1066;
|
|
n1066 [label="b - a", shape=box];
|
|
n1066 -> n1067;
|
|
n1067 [label="a", shape=box];
|
|
n1067 -> n1068;
|
|
n1068 [label="CALL wrapper", shape=box, style=filled, color=orange];
|
|
n1068 -> n1036;
|
|
n1068 -> n1070;
|
|
} |