Home
last modified time | relevance | path

Searched refs:goto_queue_node (Results 1 – 2 of 2) sorted by relevance

/dflybsd-src/contrib/gcc-8.0/gcc/
H A Dtree-eh.c329 struct goto_queue_node struct
381 struct goto_queue_node *goto_queue;
386 hash_map<gimple *, goto_queue_node *> *goto_queue_map;
435 tf->goto_queue_map = new hash_map<gimple *, goto_queue_node *>; in find_goto_replacement()
444 goto_queue_node **slot = tf->goto_queue_map->get (stmt.g); in find_goto_replacement()
581 struct goto_queue_node *q; in record_in_goto_queue()
592 = XRESIZEVEC (struct goto_queue_node, tf->goto_queue, size); in record_in_goto_queue()
731 do_return_redirection (struct goto_queue_node *q, tree finlab, gimple_seq mod) in do_return_redirection()
768 do_goto_redirection (struct goto_queue_node *q, tree finlab, gimple_seq mod, in do_goto_redirection()
1072 struct goto_queue_node *q, *qe; in lower_try_finally_nofallthru()
[all …]
/dflybsd-src/contrib/gcc-4.7/gcc/
H A Dtree-eh.c323 struct goto_queue_node struct
374 struct goto_queue_node *goto_queue;
441 return (((struct goto_queue_node *) *slot)->repl_stmt); in find_goto_replacement()
568 struct goto_queue_node *q; in record_in_goto_queue()
579 = XRESIZEVEC (struct goto_queue_node, tf->goto_queue, size); in record_in_goto_queue()
707 do_return_redirection (struct goto_queue_node *q, tree finlab, gimple_seq mod) in do_return_redirection()
746 do_goto_redirection (struct goto_queue_node *q, tree finlab, gimple_seq mod, in do_goto_redirection()
1026 struct goto_queue_node *q, *qe; in lower_try_finally_nofallthru()
1086 struct goto_queue_node *q, *qe; in lower_try_finally_onedest()
1220 struct goto_queue_node *q, *qe; in lower_try_finally_copy()
[all …]