Searched refs:goto_queue_node (Results 1 – 4 of 4) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | tree-eh.cc | 329 struct goto_queue_node struct 384 struct goto_queue_node *goto_queue; 389 hash_map<gimple *, goto_queue_node *> *goto_queue_map; 438 tf->goto_queue_map = new hash_map<gimple *, goto_queue_node *>; in find_goto_replacement() 447 goto_queue_node **slot = tf->goto_queue_map->get (stmt.g); in find_goto_replacement() 588 struct goto_queue_node *q; in record_in_goto_queue() 599 = XRESIZEVEC (struct goto_queue_node, tf->goto_queue, size); in record_in_goto_queue() 738 do_return_redirection (struct goto_queue_node *q, tree finlab, gimple_seq mod) in do_return_redirection() 775 do_goto_redirection (struct goto_queue_node *q, tree finlab, gimple_seq mod, in do_goto_redirection() 1068 struct goto_queue_node *q, *qe; in lower_try_finally_nofallthru() [all …]
|
H A D | ChangeLog-2009 | 24016 * tree-eh.c (struct goto_queue_node): Break out of struct
|
H A D | ChangeLog-2012 | 10941 * tree-eh.c (goto_queue_node): New field.
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | tree-eh.c | 329 struct goto_queue_node struct 384 struct goto_queue_node *goto_queue; 389 hash_map<gimple *, goto_queue_node *> *goto_queue_map; 438 tf->goto_queue_map = new hash_map<gimple *, goto_queue_node *>; in find_goto_replacement() 447 goto_queue_node **slot = tf->goto_queue_map->get (stmt.g); in find_goto_replacement() 588 struct goto_queue_node *q; in record_in_goto_queue() 599 = XRESIZEVEC (struct goto_queue_node, tf->goto_queue, size); in record_in_goto_queue() 738 do_return_redirection (struct goto_queue_node *q, tree finlab, gimple_seq mod) in do_return_redirection() 775 do_goto_redirection (struct goto_queue_node *q, tree finlab, gimple_seq mod, in do_goto_redirection() 1073 struct goto_queue_node *q, *qe; in lower_try_finally_nofallthru() [all …]
|