Lines Matching refs:goto_queue
384 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()
1224 x = tf->goto_queue[0].cont_stmt; in lower_try_finally_onedest()
1282 if (tf->goto_queue) in lower_try_finally_copy()
1295 q = tf->goto_queue; in lower_try_finally_copy()
1332 for (q = tf->goto_queue; q < qe; q++) in lower_try_finally_copy()
1485 q = tf->goto_queue; in lower_try_finally_switch()
1742 free (this_tf.goto_queue); in lower_try_finally()