You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

36 lines
1.2 KiB

/* @generated */
digraph iCFG {
"Bla_fooMethod8" [label="8: Return Stmt \n " shape="box"]
"Bla_fooMethod8" -> "Bla_fooMethod2" ;
"Bla_fooMethod7" [label="7: Prune (false branch) \n PRUNE((n$1 == 0), false); [line 25]\n " shape="invhouse"]
"Bla_fooMethod7" -> "Bla_fooMethod3" ;
"Bla_fooMethod6" [label="6: Prune (true branch) \n PRUNE((n$1 != 0), true); [line 25]\n " shape="invhouse"]
"Bla_fooMethod6" -> "Bla_fooMethod8" ;
"Bla_fooMethod5" [label="5: Message Call: conformsToProtocol: \n n$0=*&self:class Bla * [line 25]\n n$1=_fun_Bla_conformsToProtocol:(n$0:class Bla *,\"Foo\":class Protocol *) virtual [line 25]\n " shape="box"]
"Bla_fooMethod5" -> "Bla_fooMethod6" ;
"Bla_fooMethod5" -> "Bla_fooMethod7" ;
"Bla_fooMethod4" [label="4: between_join_and_exit \n " shape="box"]
"Bla_fooMethod4" -> "Bla_fooMethod2" ;
"Bla_fooMethod3" [label="3: + \n " ]
"Bla_fooMethod3" -> "Bla_fooMethod4" ;
"Bla_fooMethod2" [label="2: Exit Bla_fooMethod \n " color=yellow style=filled]
"Bla_fooMethod1" [label="1: Start Bla_fooMethod\nFormals: self:class Bla *\nLocals: \n DECLARE_LOCALS(&return); [line 24]\n " color=yellow style=filled]
"Bla_fooMethod1" -> "Bla_fooMethod5" ;
}