Home
last modified time | relevance | path

Searched refs:goto_queue (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dtree-eh.cc384 struct goto_queue_node *goto_queue; member
428 if ( tf->goto_queue[i].stmt.g == stmt.g) in find_goto_replacement()
429 return tf->goto_queue[i].repl_stmt; in find_goto_replacement()
441 bool existed = tf->goto_queue_map->put (tf->goto_queue[i].stmt.g, in find_goto_replacement()
442 &tf->goto_queue[i]); in find_goto_replacement()
598 tf->goto_queue in record_in_goto_queue()
599 = XRESIZEVEC (struct goto_queue_node, tf->goto_queue, size); in record_in_goto_queue()
602 q = &tf->goto_queue[active]; in record_in_goto_queue()
1079 q = tf->goto_queue; in lower_try_finally_nofallthru()
1190 q = tf->goto_queue; in lower_try_finally_onedest()
[all …]
H A DChangeLog.tuples3420 themselves(instead of the labels) are recorded in the goto_queue.
H A DChangeLog-200523846 response to goto_queue entries as if the queue was sorted by
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dtree-eh.c384 struct goto_queue_node *goto_queue; member
428 if ( tf->goto_queue[i].stmt.g == stmt.g) in find_goto_replacement()
429 return tf->goto_queue[i].repl_stmt; in find_goto_replacement()
441 bool existed = tf->goto_queue_map->put (tf->goto_queue[i].stmt.g, in find_goto_replacement()
442 &tf->goto_queue[i]); in find_goto_replacement()
598 tf->goto_queue in record_in_goto_queue()
599 = XRESIZEVEC (struct goto_queue_node, tf->goto_queue, size); in record_in_goto_queue()
602 q = &tf->goto_queue[active]; in record_in_goto_queue()
1084 q = tf->goto_queue; in lower_try_finally_nofallthru()
1195 q = tf->goto_queue; in lower_try_finally_onedest()
[all …]