|
|
|
digraph iCFG {
|
|
|
|
11 [label="11: Return Stmt \n APPLY_ABSTRACTION; [line 26]\n " shape="box"]
|
|
|
|
|
|
|
|
|
|
|
|
11 -> 6 ;
|
|
|
|
10 [label="10: Prune (false branch) \n PRUNE((n$1 == 0), false); [line 25]\n REMOVE_TEMPS(n$0,n$1); [line 25]\n " shape="invhouse"]
|
|
|
|
|
|
|
|
|
|
|
|
10 -> 7 ;
|
|
|
|
9 [label="9: Prune (true branch) \n PRUNE((n$1 != 0), true); [line 25]\n REMOVE_TEMPS(n$0,n$1); [line 25]\n " shape="invhouse"]
|
|
|
|
|
|
|
|
|
|
|
|
9 -> 11 ;
|
|
|
|
8 [label="8: 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 NULLIFY(&self,false); [line 25]\n " shape="box"]
|
|
|
|
|
|
|
|
|
|
|
|
8 -> 9 ;
|
|
|
|
8 -> 10 ;
|
|
|
|
7 [label="7: + \n " ]
|
|
|
|
|
|
|
|
|
|
|
|
7 -> 6 ;
|
|
|
|
6 [label="6: Exit Bla_fooMethod \n " color=yellow style=filled]
|
|
|
|
|
|
|
|
|
|
|
|
5 [label="5: Start Bla_fooMethod\nFormals: self:class Bla *\nLocals: \n DECLARE_LOCALS(&return); [line 24]\n " color=yellow style=filled]
|
|
|
|
|
|
|
|
|
|
|
|
5 -> 8 ;
|
|
|
|
4 [label="4: Exit Bla_frontendChecks \n " color=yellow style=filled]
|
|
|
|
|
|
|
|
|
|
|
|
3 [label="3: Start Bla_frontendChecks\nFormals: \nLocals: \n " color=yellow style=filled]
|
|
|
|
|
|
|
|
|
|
|
|
3 -> 4 ;
|
|
|
|
2 [label="2: Exit Foo_frontendChecks \n " color=yellow style=filled]
|
|
|
|
|
|
|
|
|
|
|
|
1 [label="1: Start Foo_frontendChecks\nFormals: \nLocals: \n " color=yellow style=filled]
|
|
|
|
|
|
|
|
|
|
|
|
1 -> 2 ;
|
|
|
|
}
|