Home
last modified time | relevance | path

Searched refs:goto_queue_map (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dtree-eh.cc389 hash_map<gimple *, goto_queue_node *> *goto_queue_map; member
436 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()
H A DChangeLog-200711250 * tree-eh.c (struct leh_tf_state): Add goto_queue_map field.
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dtree-eh.c389 hash_map<gimple *, goto_queue_node *> *goto_queue_map; member
436 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()