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.

47 lines
1.8 KiB

/* @generated */
digraph iCFG {
"A_test5:8" [label="8: Return Stmt \n n$1=*&self:class A * [line 24]\n n$5=*&0$?%__sil_tmpSIL_temp_conditional___n$2:int [line 24]\n n$6=_fun_A_test4:(n$1:class A *,n$5:int ) virtual [line 24]\n *&return:int =n$6 [line 24]\n " shape="box"]
"A_test5:8" -> "A_test5:2" ;
"A_test5:7" [label="7: ConditinalStmt Branch \n *&0$?%__sil_tmpSIL_temp_conditional___n$2:int =1 [line 24]\n " shape="box"]
"A_test5:7" -> "A_test5:3" ;
"A_test5:6" [label="6: ConditinalStmt Branch \n n$4=*&b:_Bool [line 24]\n *&0$?%__sil_tmpSIL_temp_conditional___n$2:int =n$4 [line 24]\n " shape="box"]
"A_test5:6" -> "A_test5:3" ;
"A_test5:5" [label="5: Prune (false branch) \n n$3=*&b:_Bool [line 24]\n PRUNE((n$3 == 0), false); [line 24]\n " shape="invhouse"]
"A_test5:5" -> "A_test5:7" ;
"A_test5:4" [label="4: Prune (true branch) \n n$3=*&b:_Bool [line 24]\n PRUNE((n$3 != 0), true); [line 24]\n " shape="invhouse"]
"A_test5:4" -> "A_test5:6" ;
"A_test5:3" [label="3: + \n " ]
"A_test5:3" -> "A_test5:8" ;
"A_test5:2" [label="2: Exit A_test5: \n " color=yellow style=filled]
"A_test5:1" [label="1: Start A_test5:\nFormals: self:class A * b:_Bool \nLocals: 0$?%__sil_tmpSIL_temp_conditional___n$2:int \n DECLARE_LOCALS(&return,&0$?%__sil_tmpSIL_temp_conditional___n$2); [line 23]\n " color=yellow style=filled]
"A_test5:1" -> "A_test5:4" ;
"A_test5:1" -> "A_test5:5" ;
"A_test4:3" [label="3: Return Stmt \n n$0=*&x:int [line 20]\n *&return:int =n$0 [line 20]\n " shape="box"]
"A_test4:3" -> "A_test4:2" ;
"A_test4:2" [label="2: Exit A_test4: \n " color=yellow style=filled]
"A_test4:1" [label="1: Start A_test4:\nFormals: self:class A * x:int \nLocals: \n DECLARE_LOCALS(&return); [line 19]\n " color=yellow style=filled]
"A_test4:1" -> "A_test4:3" ;
}