Home | History | Annotate | Download | only in gcc

Lines Matching refs:goto_queue

321 /* The GOTO_QUEUE is an array of GIMPLE_GOTO and GIMPLE_RETURN
385 struct goto_queue_node *goto_queue;
389 /* Pointer map to help in searching goto_queue when it is large. */
404 /* True if any entry in goto_queue is a GIMPLE_RETURN. */
429 if ( tf->goto_queue[i].stmt.g == stmt.g)
430 return tf->goto_queue[i].repl_stmt;
434 /* If we have a large number of entries in the goto_queue, create a
442 bool existed = tf->goto_queue_map->put (tf->goto_queue[i].stmt.g,
443 &tf->goto_queue[i]);
599 tf->goto_queue
600 = XRESIZEVEC (struct goto_queue_node, tf->goto_queue, size);
603 q = &tf->goto_queue[active];
1080 q = tf->goto_queue;
1191 q = tf->goto_queue;
1220 x = tf->goto_queue[0].cont_stmt;
1278 if (tf->goto_queue)
1291 q = tf->goto_queue;
1328 for (q = tf->goto_queue; q < qe; q++)
1481 q = tf->goto_queue;
1738 free (this_tf.goto_queue);