mipt1.dot 4.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224
  1. /* test2.dot from the mipt-vis project on googlecode visualizing gcc rtl output or intel icc compiler with a spring embedder gui and xml conversion that into a dot graph with a python script */
  2. /* this uses \N replacement in node labels */
  3. /*
  4. * This program is free software: you can redistribute it and/or modify
  5. * it under the terms of the GNU General Public License as published by
  6. * the Free Software Foundation, either version 3 of the License, or
  7. * (at your option) any later version.
  8. *
  9. * This program is distributed in the hope that it will be useful,
  10. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  11. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  12. * GNU General Public License for more details.
  13. *
  14. * You should have received a copy of the GNU General Public License
  15. * along with this program. If not, see <http://www.gnu.org/licenses/>.
  16. *
  17. * The four essential freedoms with GNU GPL software:
  18. * The freedom to run the program, for any purpose
  19. * The freedom to study how the program works, and change it to make it do what you wish
  20. * The freedom to redistribute copies so you can others
  21. * The freedom to distribute copies of your modified versions to others
  22. */
  23. digraph "g" {
  24. graph [
  25. fontsize = "14"
  26. fontname = "Times-Roman"
  27. fontcolor = "black"
  28. ]
  29. node [
  30. fontsize = "14"
  31. fontname = "Times-Roman"
  32. fontcolor = "black"
  33. shape = "rectangle"
  34. style = "solid"
  35. ]
  36. edge [
  37. fontsize = "14"
  38. fontname = "Times-Roman"
  39. fontcolor = "black"
  40. style = "solid"
  41. ]
  42. "n0" [
  43. fontsize = "14"
  44. fontname = "Times-Roman"
  45. fontcolor = "black"
  46. label = "node name is \N\l\"\N\""
  47. shape = "ellipse"
  48. style = "solid"
  49. ]
  50. "n1" [
  51. fontsize = "14"
  52. fontname = "Times-Roman"
  53. fontcolor = "black"
  54. label = "\N"
  55. shape = "rectangle"
  56. style = "solid"
  57. ]
  58. "n2" [
  59. fontsize = "14"
  60. fontname = "Times-Roman"
  61. fontcolor = "black"
  62. label = "\N"
  63. shape = "rectangle"
  64. style = "solid"
  65. ]
  66. "n3" [
  67. fontsize = "14"
  68. fontname = "Times-Roman"
  69. fontcolor = "black"
  70. label = "\N"
  71. shape = "rectangle"
  72. style = "solid"
  73. ]
  74. "n4" [
  75. fontsize = "14"
  76. fontname = "Times-Roman"
  77. fontcolor = "black"
  78. label = "\N"
  79. shape = "rectangle"
  80. style = "solid"
  81. ]
  82. "n5" [
  83. fontsize = "14"
  84. fontname = "Times-Roman"
  85. fontcolor = "black"
  86. label = "\N"
  87. shape = "rectangle"
  88. style = "solid"
  89. ]
  90. "n6" [
  91. fontsize = "14"
  92. fontname = "Times-Roman"
  93. fontcolor = "black"
  94. label = "\N"
  95. shape = "rectangle"
  96. style = "solid"
  97. ]
  98. "n7" [
  99. fontsize = "14"
  100. fontname = "Times-Roman"
  101. fontcolor = "black"
  102. label = "\N"
  103. shape = "rectangle"
  104. style = "solid"
  105. ]
  106. "n8" [
  107. fontsize = "14"
  108. fontname = "Times-Roman"
  109. fontcolor = "black"
  110. label = "\N"
  111. shape = "rectangle"
  112. style = "solid"
  113. ]
  114. "n9" [
  115. fontsize = "14"
  116. fontname = "Times-Roman"
  117. fontcolor = "black"
  118. label = "\N"
  119. shape = "rectangle"
  120. style = "solid"
  121. ]
  122. "n10" [
  123. fontsize = "14"
  124. fontname = "Times-Roman"
  125. fontcolor = "black"
  126. label = "\N"
  127. shape = "ellipse"
  128. style = "solid"
  129. ]
  130. "n0" -> "n1" [
  131. fontsize = "14"
  132. fontname = "Times-Roman"
  133. fontcolor = "black"
  134. style = "solid"
  135. ]
  136. "n1" -> "n2" [
  137. fontsize = "14"
  138. fontname = "Times-Roman"
  139. fontcolor = "black"
  140. style = "solid"
  141. ]
  142. "n2" -> "n3" [
  143. fontsize = "14"
  144. fontname = "Times-Roman"
  145. fontcolor = "black"
  146. style = "solid"
  147. ]
  148. "n2" -> "n4" [
  149. fontsize = "14"
  150. fontname = "Times-Roman"
  151. fontcolor = "black"
  152. style = "solid"
  153. ]
  154. "n1" -> "n9" [
  155. fontsize = "14"
  156. fontname = "Times-Roman"
  157. fontcolor = "black"
  158. style = "solid"
  159. ]
  160. "n3" -> "n5" [
  161. fontsize = "14"
  162. fontname = "Times-Roman"
  163. fontcolor = "black"
  164. style = "solid"
  165. ]
  166. "n3" -> "n6" [
  167. fontsize = "14"
  168. fontname = "Times-Roman"
  169. fontcolor = "black"
  170. style = "solid"
  171. ]
  172. "n4" -> "n7" [
  173. fontsize = "14"
  174. fontname = "Times-Roman"
  175. fontcolor = "black"
  176. style = "solid"
  177. ]
  178. "n4" -> "n8" [
  179. fontsize = "14"
  180. fontname = "Times-Roman"
  181. fontcolor = "black"
  182. style = "solid"
  183. ]
  184. "n5" -> "n10" [
  185. fontsize = "14"
  186. fontname = "Times-Roman"
  187. fontcolor = "black"
  188. style = "solid"
  189. ]
  190. "n6" -> "n10" [
  191. fontsize = "14"
  192. fontname = "Times-Roman"
  193. fontcolor = "black"
  194. style = "solid"
  195. ]
  196. "n7" -> "n10" [
  197. fontsize = "14"
  198. fontname = "Times-Roman"
  199. fontcolor = "black"
  200. style = "solid"
  201. ]
  202. "n8" -> "n10" [
  203. fontsize = "14"
  204. fontname = "Times-Roman"
  205. fontcolor = "black"
  206. style = "solid"
  207. ]
  208. "n9" -> "n10" [
  209. fontsize = "14"
  210. fontname = "Times-Roman"
  211. fontcolor = "black"
  212. style = "solid"
  213. ]
  214. "n10" -> "n0" [
  215. fontsize = "14"
  216. fontname = "Times-Roman"
  217. fontcolor = "black"
  218. style = "solid"
  219. ]
  220. }
  221. /* end. */