Searched refs:goto_queue_map (Results 1 – 3 of 3) sorted by relevance
389 hash_map<gimple *, goto_queue_node *> *goto_queue_map; member436 if (!tf->goto_queue_map) in find_goto_replacement()438 tf->goto_queue_map = new hash_map<gimple *, goto_queue_node *>; in find_goto_replacement()441 bool existed = tf->goto_queue_map->put (tf->goto_queue[i].stmt.g, in find_goto_replacement()447 goto_queue_node **slot = tf->goto_queue_map->get (stmt.g); in find_goto_replacement()590 gcc_assert (!tf->goto_queue_map); in record_in_goto_queue()1738 if (this_tf.goto_queue_map) in lower_try_finally()1739 delete this_tf.goto_queue_map; in lower_try_finally()
11250 * tree-eh.c (struct leh_tf_state): Add goto_queue_map field.
389 hash_map<gimple *, goto_queue_node *> *goto_queue_map; member436 if (!tf->goto_queue_map) in find_goto_replacement()438 tf->goto_queue_map = new hash_map<gimple *, goto_queue_node *>; in find_goto_replacement()441 bool existed = tf->goto_queue_map->put (tf->goto_queue[i].stmt.g, in find_goto_replacement()447 goto_queue_node **slot = tf->goto_queue_map->get (stmt.g); in find_goto_replacement()590 gcc_assert (!tf->goto_queue_map); in record_in_goto_queue()1743 if (this_tf.goto_queue_map) in lower_try_finally()1744 delete this_tf.goto_queue_map; in lower_try_finally()