HomeSort by: relevance | last modified time | path
    Searched defs:total_no_stack_reg_p (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/
ira-int.h 311 unsigned int no_stack_reg_p : 1, total_no_stack_reg_p : 1;
464 #define ALLOCNO_TOTAL_NO_STACK_REG_P(A) ((A)->total_no_stack_reg_p)
310 unsigned int no_stack_reg_p : 1, total_no_stack_reg_p : 1; member in struct:ira_allocno
  /src/external/gpl3/gcc.old/dist/gcc/
ira-int.h 304 unsigned int no_stack_reg_p : 1, total_no_stack_reg_p : 1;
450 #define ALLOCNO_TOTAL_NO_STACK_REG_P(A) ((A)->total_no_stack_reg_p)
303 unsigned int no_stack_reg_p : 1, total_no_stack_reg_p : 1; member in struct:ira_allocno

Completed in 44 milliseconds