Home
last modified time | relevance | path

Searched refs:no_stack_reg_p (Results 1 – 3 of 3) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/gcc/
Dira-int.h303 unsigned int no_stack_reg_p : 1, total_no_stack_reg_p : 1; member
448 #define ALLOCNO_NO_STACK_REG_P(A) ((A)->no_stack_reg_p)
Dira-color.cc1952 bool no_stack_reg_p; in assign_hard_reg() local
1969 no_stack_reg_p = false; in assign_hard_reg()
1979 no_stack_reg_p = no_stack_reg_p || ALLOCNO_TOTAL_NO_STACK_REG_P (a); in assign_hard_reg()
2153 if (no_stack_reg_p in assign_hard_reg()
5186 bool no_stack_reg_p; in fast_allocation() local
5231 no_stack_reg_p = ALLOCNO_NO_STACK_REG_P (a); in fast_allocation()
5241 if (no_stack_reg_p && FIRST_STACK_REG <= hard_regno in fast_allocation()
DChangeLog-20089765 * ira-color.c (ira_fast_allocation): Use no_stack_reg_p only if