Home
last modified time | relevance | path

Searched refs:nonlocal_goto_save_area (Results 1 – 16 of 16) sorted by relevance

/dragonfly/contrib/gcc-8.0/gcc/
H A Dtree-ssa-live.c849 if (cfun->nonlocal_goto_save_area in remove_unused_locals()
850 && TREE_OPERAND (cfun->nonlocal_goto_save_area, 0) == var) in remove_unused_locals()
851 cfun->nonlocal_goto_save_area = NULL; in remove_unused_locals()
H A Dfunction.h261 tree nonlocal_goto_save_area; member
H A Dexplow.c1156 TREE_TYPE (TREE_TYPE (cfun->nonlocal_goto_save_area)), in update_nonlocal_goto_save_area()
1157 cfun->nonlocal_goto_save_area, in update_nonlocal_goto_save_area()
1171 if (cfun->nonlocal_goto_save_area) in record_new_stack_level()
H A Dfunction.c5309 if (cfun->nonlocal_goto_save_area) in expand_function_start()
5314 tree var = TREE_OPERAND (cfun->nonlocal_goto_save_area, 0); in expand_function_start()
5318 TREE_TYPE (TREE_TYPE (cfun->nonlocal_goto_save_area)), in expand_function_start()
5319 cfun->nonlocal_goto_save_area, in expand_function_start()
H A Dtree-inline.c2493 cfun->nonlocal_goto_save_area = src_cfun->nonlocal_goto_save_area; in initialize_cfun()
6092 if (cfun->nonlocal_goto_save_area) in tree_function_versioning()
6098 walk_tree (&cfun->nonlocal_goto_save_area, remap_gimple_op_r, &wi, NULL); in tree_function_versioning()
H A Dlto-streamer-in.c974 fn->nonlocal_goto_save_area = stream_read_tree (ib, data_in); in input_struct_function_base()
H A Dlto-streamer-out.c2013 stream_write_tree (ob, fn->nonlocal_goto_save_area, true); in output_struct_function_base()
H A Dtree-nested.c3168 sf->nonlocal_goto_save_area in finalize_nesting_tree_1()
/dragonfly/contrib/gcc-4.7/gcc/
H A Dexplow.c1134 TREE_TYPE (TREE_TYPE (cfun->nonlocal_goto_save_area)), in update_nonlocal_goto_save_area()
1135 cfun->nonlocal_goto_save_area, in update_nonlocal_goto_save_area()
1497 if (cfun->nonlocal_goto_save_area != 0) in allocate_dynamic_stack_space()
H A Dfunction.h536 tree nonlocal_goto_save_area; member
H A Dtree-inline.c2104 cfun->nonlocal_goto_save_area = src_cfun->nonlocal_goto_save_area; in initialize_cfun()
5281 if (cfun->nonlocal_goto_save_area) in tree_function_versioning()
5287 walk_tree (&cfun->nonlocal_goto_save_area, remap_gimple_op_r, &wi, NULL); in tree_function_versioning()
H A Dlto-streamer-in.c780 fn->nonlocal_goto_save_area = stream_read_tree (ib, data_in); in input_struct_function_base()
H A Dfunction.c4772 if (cfun->nonlocal_goto_save_area) in expand_function_start()
4779 tree var = TREE_OPERAND (cfun->nonlocal_goto_save_area, 0); in expand_function_start()
4784 TREE_TYPE (TREE_TYPE (cfun->nonlocal_goto_save_area)), in expand_function_start()
4785 cfun->nonlocal_goto_save_area, in expand_function_start()
H A Dlto-streamer-out.c743 stream_write_tree (ob, fn->nonlocal_goto_save_area, true); in output_struct_function_base()
H A Dtree-nested.c2445 sf->nonlocal_goto_save_area in finalize_nesting_tree_1()
H A Dcalls.c3394 if ((flags & ECF_MAY_BE_ALLOCA) && cfun->nonlocal_goto_save_area != 0) in expand_call()