Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dexcept.h194 eh_region region_tree; member
330 for ((R) = (FN)->eh->region_tree; (R) != NULL; (R) = ehr_next (R, NULL))
H A Dexcept.c379 new_eh->next_peer = cfun->eh->region_tree; in gen_eh_region()
380 cfun->eh->region_tree = new_eh; in gen_eh_region()
522 return cfun->eh->region_tree != NULL; in current_function_has_exception_handlers()
632 for (r = ifun->eh->region_tree; r ; r = r->next_peer) in duplicate_eh_regions()
649 gcc_assert (ifun->eh->region_tree); in eh_region_outermost()
1627 pp_start = &cfun->eh->region_tree; in remove_eh_handler()
1661 remove_unreachable_eh_regions_worker (&cfun->eh->region_tree, r_reachable); in remove_unreachable_eh_regions()
2738 if (cfun->eh->region_tree == NULL) in gate()
3288 i = fun->eh->region_tree; in dump_eh_tree()
3413 if (!fun->eh->region_tree) in verify_eh_tree()
[all …]
H A Dipa-icf.h357 eh_region region_tree; variable
H A Dcgraphbuild.c143 i = fun->eh->region_tree; in record_eh_tables()
H A Dtree-eh.c3930 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()
H A Dlto-streamer-out.c1951 if (fn->eh && fn->eh->region_tree) in output_eh_regions()
1961 streamer_write_hwi (ob, fn->eh->region_tree->index); in output_eh_regions()
H A Dipa-icf.c1358 region_tree = func->eh->region_tree; in init()
H A Dlto-streamer-in.c853 fn->eh->region_tree = (*eh_array)[root_region];
H A Dcfgexpand.c6691 if (fun->eh->region_tree != NULL) in execute()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dexcept.h194 eh_region region_tree; member
330 for ((R) = (FN)->eh->region_tree; (R) != NULL; (R) = ehr_next (R, NULL))
H A 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 …]
H A Dipa-icf.h357 eh_region region_tree; variable
H A Dcgraphbuild.cc143 i = fun->eh->region_tree; in record_eh_tables()
H A 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()
H A 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()
H A Dipa-icf.cc1363 region_tree = func->eh->region_tree; in init()
H A Dlto-streamer-in.cc841 fn->eh->region_tree = (*eh_array)[root_region]; in fixup_eh_region_pointers()
H A Dcfgexpand.cc6952 if (fun->eh->region_tree != NULL) in execute()