Searched refs:stack_slot_list (Results 1 – 7 of 7) sorted by relevance
/openbsd/gnu/gcc/gcc/ |
H A D | function.h | 514 #define stack_slot_list (cfun->x_stack_slot_list) macro
|
H A D | function.c | 690 stack_slot_list = gen_rtx_EXPR_LIST (VOIDmode, p->slot, in assign_stack_temp_for_type() 691 stack_slot_list); in assign_stack_temp_for_type() 762 stack_slot_list = gen_rtx_EXPR_LIST (VOIDmode, slot, stack_slot_list); in assign_stack_temp_for_type()
|
H A D | emit-rtl.c | 2114 stack_slot_list = copy_rtx_if_shared (stack_slot_list); in unshare_all_rtl_1() 2142 reset_used_flags (stack_slot_list); in unshare_all_rtl_again()
|
/openbsd/gnu/usr.bin/gcc/gcc/ |
H A D | function.h | 560 #define stack_slot_list (cfun->x_stack_slot_list) macro
|
H A D | function.c | 725 stack_slot_list = gen_rtx_EXPR_LIST (VOIDmode, p->slot, 726 stack_slot_list); 811 stack_slot_list = gen_rtx_EXPR_LIST (VOIDmode, slot, stack_slot_list); 6293 stack_slot_list = 0; in prepare_function_start()
|
H A D | emit-rtl.c | 2381 stack_slot_list = copy_rtx_if_shared (stack_slot_list); 2410 reset_used_flags (stack_slot_list);
|
H A D | ChangeLog.2 | 11287 stack_slot_list, rtl_expr_chain, tail_recursion_label, temp_slots, 11323 stack_slot_list): Delete declarations.
|