Searched refs:region_tree (Results 1 – 9 of 9) sorted by relevance
194 eh_region region_tree; member330 for ((R) = (FN)->eh->region_tree; (R) != NULL; (R) = ehr_next (R, NULL))
380 new_eh->next_peer = cfun->eh->region_tree; in gen_eh_region()381 cfun->eh->region_tree = new_eh; in gen_eh_region()523 return cfun->eh->region_tree != NULL; in current_function_has_exception_handlers()633 for (r = ifun->eh->region_tree; r ; r = r->next_peer) in duplicate_eh_regions()650 gcc_assert (ifun->eh->region_tree); in eh_region_outermost()1628 pp_start = &cfun->eh->region_tree; in remove_eh_handler()1662 remove_unreachable_eh_regions_worker (&cfun->eh->region_tree, r_reachable); in remove_unreachable_eh_regions()2739 if (cfun->eh->region_tree == NULL) in gate()3289 i = fun->eh->region_tree; in dump_eh_tree()3414 if (!fun->eh->region_tree) in verify_eh_tree()[all …]
143 i = fun->eh->region_tree; in record_eh_tables()
357 eh_region region_tree; variable
3925 virtual bool gate (function *fun) { return fun->eh->region_tree != NULL; } in gate()4811 if (cfun->eh->region_tree) in execute_cleanup_eh_1()4865 return fun->eh != NULL && fun->eh->region_tree != NULL; in gate()
1363 region_tree = func->eh->region_tree; in init()
2009 if (fn->eh && fn->eh->region_tree) in output_eh_regions()2019 streamer_write_hwi (ob, fn->eh->region_tree->index); in output_eh_regions()
841 fn->eh->region_tree = (*eh_array)[root_region]; in fixup_eh_region_pointers()
6952 if (fun->eh->region_tree != NULL) in execute()