Searched refs:no_stack_reg_p (Results 1 – 3 of 3) sorted by relevance
303 unsigned int no_stack_reg_p : 1, total_no_stack_reg_p : 1; member448 #define ALLOCNO_NO_STACK_REG_P(A) ((A)->no_stack_reg_p)
1952 bool no_stack_reg_p; in assign_hard_reg() local1969 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() local5231 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()
9765 * ira-color.c (ira_fast_allocation): Use no_stack_reg_p only if