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.

85 lines
3.6 KiB

/* @generated */
digraph iCFG {
"h3" [label="3: Return Stmt \n *&return:int =3 [line 10]\n " shape="box"]
"h3" -> "h2" ;
"h2" [label="2: Exit h \n " color=yellow style=filled]
"h1" [label="1: Start h\nFormals: \nLocals: \n DECLARE_LOCALS(&return); [line 10]\n " color=yellow style=filled]
"h1" -> "h3" ;
"switch_with_fallthrough14" [label="14: DeclStmt \n *&res:int =5 [line 13]\n " shape="box"]
"switch_with_fallthrough14" -> "switch_with_fallthrough4" ;
"switch_with_fallthrough13" [label="13: Prune (false branch) \n PRUNE(((n$1 == 22) == 0), false); [line 15]\n " shape="invhouse"]
"switch_with_fallthrough13" -> "switch_with_fallthrough10" ;
"switch_with_fallthrough13" -> "switch_with_fallthrough11" ;
"switch_with_fallthrough12" [label="12: Prune (true branch) \n PRUNE(((n$1 == 22) != 0), true); [line 15]\n " shape="invhouse"]
"switch_with_fallthrough12" -> "switch_with_fallthrough5" ;
"switch_with_fallthrough11" [label="11: Prune (false branch) \n PRUNE(((n$1 == 33) == 0), false); [line 16]\n " shape="invhouse"]
"switch_with_fallthrough11" -> "switch_with_fallthrough8" ;
"switch_with_fallthrough11" -> "switch_with_fallthrough9" ;
"switch_with_fallthrough10" [label="10: Prune (true branch) \n PRUNE(((n$1 == 33) != 0), true); [line 16]\n " shape="invhouse"]
"switch_with_fallthrough10" -> "switch_with_fallthrough5" ;
"switch_with_fallthrough9" [label="9: Prune (false branch) \n PRUNE(((n$1 == 66) == 0), false); [line 18]\n " shape="invhouse"]
"switch_with_fallthrough9" -> "switch_with_fallthrough6" ;
"switch_with_fallthrough9" -> "switch_with_fallthrough7" ;
"switch_with_fallthrough8" [label="8: Prune (true branch) \n PRUNE(((n$1 == 66) != 0), true); [line 18]\n " shape="invhouse"]
"switch_with_fallthrough8" -> "switch_with_fallthrough5" ;
"switch_with_fallthrough7" [label="7: Prune (false branch) \n PRUNE(((n$1 == 77) == 0), false); [line 20]\n " shape="invhouse"]
"switch_with_fallthrough7" -> "switch_with_fallthrough3" ;
"switch_with_fallthrough6" [label="6: Prune (true branch) \n PRUNE(((n$1 == 77) != 0), true); [line 20]\n " shape="invhouse"]
"switch_with_fallthrough6" -> "switch_with_fallthrough5" ;
"switch_with_fallthrough5" [label="5: BinaryOperatorStmt: Assign \n n$2=_fun_h() [line 21]\n *&res:int =n$2 [line 21]\n " shape="box"]
"switch_with_fallthrough5" -> "switch_with_fallthrough3" ;
"switch_with_fallthrough4" [label="4: Switch_stmt \n n$1=*&n:int [line 14]\n " shape="box"]
"switch_with_fallthrough4" -> "switch_with_fallthrough12" ;
"switch_with_fallthrough4" -> "switch_with_fallthrough13" ;
"switch_with_fallthrough3" [label="3: Return Stmt \n n$0=*&res:int [line 24]\n *&return:int =n$0 [line 24]\n " shape="box"]
"switch_with_fallthrough3" -> "switch_with_fallthrough2" ;
"switch_with_fallthrough2" [label="2: Exit switch_with_fallthrough \n " color=yellow style=filled]
"switch_with_fallthrough1" [label="1: Start switch_with_fallthrough\nFormals: n:int \nLocals: res:int \n DECLARE_LOCALS(&return,&res); [line 12]\n " color=yellow style=filled]
"switch_with_fallthrough1" -> "switch_with_fallthrough14" ;
"test_fallthrough3" [label="3: Return Stmt \n n$0=_fun_switch_with_fallthrough(66:int ) [line 27]\n *&return:int =(1 / (n$0 - 3)) [line 27]\n " shape="box"]
"test_fallthrough3" -> "test_fallthrough2" ;
"test_fallthrough2" [label="2: Exit test_fallthrough \n " color=yellow style=filled]
"test_fallthrough1" [label="1: Start test_fallthrough\nFormals: \nLocals: \n DECLARE_LOCALS(&return); [line 27]\n " color=yellow style=filled]
"test_fallthrough1" -> "test_fallthrough3" ;
}