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.

43 lines
1.5 KiB

digraph iCFG {
10 [label="10: ConditinalStmt Branch \n DECLARE_LOCALS(&SIL_temp_conditional___4); [line -1]\n *&SIL_temp_conditional___4:void =0 [line -1]\n " shape="box"]
10 -> 4 ;
9 [label="9: Prune (true branch) \n PRUNE(1, true); [line -1]\n APPLY_ABSTRACTION; [line -1]\n " shape="invhouse"]
9 -> 8 ;
8 [label="8: + \n DECLARE_LOCALS(&SIL_temp_conditional___4); [line -1]\n *&SIL_temp_conditional___4:void =-1 [line -1]\n " ]
8 -> 9 ;
7 [label="7: Prune (false branch) \n PRUNE(!n$3, false); [line -1]\n REMOVE_TEMPS(n$2,n$3); [line -1]\n " shape="invhouse"]
7 -> 10 ;
6 [label="6: Prune (true branch) \n PRUNE(n$3, true); [line -1]\n REMOVE_TEMPS(n$2,n$3); [line -1]\n APPLY_ABSTRACTION; [line -1]\n " shape="invhouse"]
6 -> 8 ;
5 [label="5: Call _fun_infer__builtin_expect \n n$2=*&activeq:struct MyPoint * [line 8]\n n$3=_fun_infer__builtin_expect(!(n$2 != 0):long ,0:long ) [line -1]\n " shape="box"]
5 -> 6 ;
5 -> 7 ;
4 [label="4: + \n " ]
4 -> 3 ;
3 [label="3: Return Stmt \n n$0=*&activeq:struct MyPoint * [line 9]\n n$1=*n$0.x:int [line 9]\n *&return:int =n$1 [line 9]\n REMOVE_TEMPS(n$0,n$1); [line 9]\n NULLIFY(&activeq,false); [line 9]\n APPLY_ABSTRACTION; [line 9]\n " shape="box"]
3 -> 2 ;
2 [label="2: Exit test \n " color=yellow style=filled]
1 [label="1: Start test\nFormals: activeq:struct MyPoint *\nLocals: \n DECLARE_LOCALS(&return); [line 7]\n " color=yellow style=filled]
1 -> 5 ;
}