Searched refs:goto_queue (Results 1 – 4 of 4) sorted by relevance
384 struct goto_queue_node *goto_queue; member428 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 …]
3420 themselves(instead of the labels) are recorded in the goto_queue.
23846 response to goto_queue entries as if the queue was sorted by
384 struct goto_queue_node *goto_queue; member428 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 …]