Home
last modified time | relevance | path

Searched refs:permitted_reg_in_leaf_functions (Results 1 – 2 of 2) sorted by relevance

/freebsd-9-stable/contrib/gcc/
Dfinal.c3705 const char *const permitted_reg_in_leaf_functions = LEAF_REGISTERS; in only_leaf_regs_used() local
3709 && ! permitted_reg_in_leaf_functions[i]) in only_leaf_regs_used()
3715 && ! permitted_reg_in_leaf_functions[REGNO (pic_offset_table_rtx)]) in only_leaf_regs_used()
DChangeLog-200024558 * final.c (permitted_reg_in_leaf_functions, only_leaf_regs_used):