Searched refs:cont_map (Results 1 – 1 of 1) sorted by relevance
1373 hash_map<tree, gimple *> *cont_map = NULL; in lower_try_finally_switch() local1518 if (!cont_map) in lower_try_finally_switch()1519 cont_map = new hash_map<tree, gimple *>; in lower_try_finally_switch()1520 cont_map->put (case_lab, q->cont_stmt); in lower_try_finally_switch()1531 gcc_assert (cont_map); in lower_try_finally_switch()1533 cont_stmt = *cont_map->get (last_case); in lower_try_finally_switch()1540 if (cont_map) in lower_try_finally_switch()1541 delete cont_map; in lower_try_finally_switch()