digraph iCFG {
6 [label="6:  Return Stmt \n   n$0=*&v:int  [line 15]\n  *&return:int =n$0 [line 15]\n  REMOVE_TEMPS(n$0); [line 15]\n  NULLIFY(&v,false); [line 15]\n  APPLY_ABSTRACTION; [line 15]\n " shape="box"]
	

	 6 -> 5 ;
5 [label="5: Exit POPSelectValueType \n  " color=yellow style=filled]
	

4 [label="4: Start POPSelectValueType\nFormals:  v:int \nLocals:  \n   DECLARE_LOCALS(&return); [line 13]\n " color=yellow style=filled]
	

	 4 -> 6 ;
3 [label="3:  Return Stmt \n   *&return:int =1 [line 10]\n  APPLY_ABSTRACTION; [line 10]\n " shape="box"]
	

	 3 -> 2 ;
2 [label="2: Exit POPSelectValueType \n  " color=yellow style=filled]
	

1 [label="1: Start POPSelectValueType\nFormals:  obj:struct objc_object *\nLocals:  \n   DECLARE_LOCALS(&return); [line 8]\n  NULLIFY(&obj,false); [line 8]\n " color=yellow style=filled]
	

	 1 -> 3 ;
}