Home
last modified time | relevance | path

Searched refs:x_stack_slot_list (Results 1 – 4 of 4) sorted by relevance

/openbsd/gnu/gcc/gcc/
H A Dfunction.h256 rtx x_stack_slot_list; member
514 #define stack_slot_list (cfun->x_stack_slot_list)
H A Dfunction.c330 f->x_stack_slot_list = NULL; in free_after_compilation()
495 function->x_stack_slot_list in assign_stack_local_1()
496 = gen_rtx_EXPR_LIST (VOIDmode, x, function->x_stack_slot_list); in assign_stack_local_1()
/openbsd/gnu/usr.bin/gcc/gcc/
H A Dfunction.h286 rtx x_stack_slot_list; member
560 #define stack_slot_list (cfun->x_stack_slot_list)
H A Dfunction.c466 f->x_stack_slot_list = NULL;
612 function->x_stack_slot_list
613 = gen_rtx_EXPR_LIST (VOIDmode, x, function->x_stack_slot_list);