Home
last modified time | relevance | path

Searched refs:region_tree (Results 1 – 9 of 9) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/gcc/
Dexcept.h194 eh_region region_tree; member
330 for ((R) = (FN)->eh->region_tree; (R) != NULL; (R) = ehr_next (R, NULL))
Dexcept.cc380 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 …]
Dcgraphbuild.cc143 i = fun->eh->region_tree; in record_eh_tables()
Dipa-icf.h357 eh_region region_tree; variable
Dtree-eh.cc3925 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()
Dipa-icf.cc1363 region_tree = func->eh->region_tree; in init()
Dlto-streamer-out.cc2009 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()
Dlto-streamer-in.cc841 fn->eh->region_tree = (*eh_array)[root_region]; in fixup_eh_region_pointers()
Dcfgexpand.cc6952 if (fun->eh->region_tree != NULL) in execute()