Searched refs:goto_queue (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dtree-eh.c384 struct goto_queue_node *goto_queue; member in struct:leh_tf_state
388 /* Pointer map to help in searching goto_queue when it is large. */
403 /* True if any entry in goto_queue is a GIMPLE_RETURN. */
428 if ( tf->goto_queue[i].stmt.g == stmt.g)
429 return tf->goto_queue[i].repl_stmt;
433 /* If we have a large number of entries in the goto_queue, create a
441 bool existed = tf->goto_queue_map->put (tf->goto_queue[i].stmt.g,
442 &tf->goto_queue[i]);
598 tf->goto_queue
599 = XRESIZEVEC (struct goto_queue_node, tf->goto_queue, siz
[all...]
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dtree-eh.cc384 struct goto_queue_node *goto_queue; member in struct:leh_tf_state
388 /* Pointer map to help in searching goto_queue when it is large. */
403 /* True if any entry in goto_queue is a GIMPLE_RETURN. */
428 if ( tf->goto_queue[i].stmt.g == stmt.g)
429 return tf->goto_queue[i].repl_stmt;
433 /* If we have a large number of entries in the goto_queue, create a
441 bool existed = tf->goto_queue_map->put (tf->goto_queue[i].stmt.g,
442 &tf->goto_queue[i]);
598 tf->goto_queue
599 = XRESIZEVEC (struct goto_queue_node, tf->goto_queue, siz
[all...]

Completed in 138 milliseconds