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.
18 lines
612 B
18 lines
612 B
digraph iCFG {
|
|
4 [label="4: DeclStmt \n *&a:int =0 [line 11]\n " shape="box"]
|
|
|
|
|
|
4 -> 3 ;
|
|
3 [label="3: DeclStmt \n n$0=*&a:int [line 11]\n *&b:int =(n$0 + 2) [line 11]\n REMOVE_TEMPS(n$0); [line 11]\n NULLIFY(&a,false); [line 11]\n NULLIFY(&b,false); [line 11]\n APPLY_ABSTRACTION; [line 11]\n " shape="box"]
|
|
|
|
|
|
3 -> 2 ;
|
|
2 [label="2: Exit main \n " color=yellow style=filled]
|
|
|
|
|
|
1 [label="1: Start main\nFormals: \nLocals: a:int b:int \n DECLARE_LOCALS(&return,&a,&b); [line 10]\n NULLIFY(&a,false); [line 10]\n NULLIFY(&b,false); [line 10]\n " color=yellow style=filled]
|
|
|
|
|
|
1 -> 4 ;
|
|
}
|