Home
last modified time | relevance | path

Searched refs:stack_slot_list (Results 1 – 7 of 7) sorted by relevance

/openbsd/gnu/gcc/gcc/
H A Dfunction.h514 #define stack_slot_list (cfun->x_stack_slot_list) macro
H A Dfunction.c690 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 Demit-rtl.c2114 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 Dfunction.h560 #define stack_slot_list (cfun->x_stack_slot_list) macro
H A Dfunction.c725 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 Demit-rtl.c2381 stack_slot_list = copy_rtx_if_shared (stack_slot_list);
2410 reset_used_flags (stack_slot_list);
H A DChangeLog.211287 stack_slot_list, rtl_expr_chain, tail_recursion_label, temp_slots,
11323 stack_slot_list): Delete declarations.